diff --git a/ssl/test/runner/runner.go b/ssl/test/runner/runner.go index 83196904..b86c38d3 100644 --- a/ssl/test/runner/runner.go +++ b/ssl/test/runner/runner.go @@ -7967,32 +7967,6 @@ func addTLS13HandshakeTests() { expectedError: ":MISSING_KEY_SHARE:", }) - testCases = append(testCases, testCase{ - testType: clientTest, - name: "ClientHelloMissingKeyShare", - config: Config{ - MaxVersion: VersionTLS13, - Bugs: ProtocolBugs{ - MissingKeyShare: true, - }, - }, - shouldFail: true, - expectedError: ":MISSING_KEY_SHARE:", - }) - - testCases = append(testCases, testCase{ - testType: clientTest, - name: "MissingKeyShare", - config: Config{ - MaxVersion: VersionTLS13, - Bugs: ProtocolBugs{ - MissingKeyShare: true, - }, - }, - shouldFail: true, - expectedError: ":MISSING_KEY_SHARE:", - }) - testCases = append(testCases, testCase{ testType: serverTest, name: "DuplicateKeyShares",