aboutsummaryrefslogtreecommitdiff
path: root/ssl/test/runner/runner.go
diff options
context:
space:
mode:
Diffstat (limited to 'ssl/test/runner/runner.go')
-rw-r--r--ssl/test/runner/runner.go12
1 files changed, 0 insertions, 12 deletions
diff --git a/ssl/test/runner/runner.go b/ssl/test/runner/runner.go
index 9b07a68..99c66a4 100644
--- a/ssl/test/runner/runner.go
+++ b/ssl/test/runner/runner.go
@@ -1880,18 +1880,6 @@ func addStateMachineCoverageTests(async, splitHandshake bool, protocol protocol)
},
flags: flags,
})
-
- testCases = append(testCases, testCase{
- testType: serverTest,
- protocol: protocol,
- name: "CookieExchange" + suffix,
- config: Config{
- Bugs: ProtocolBugs{
- MaxHandshakeRecordLength: maxHandshakeRecordLength,
- },
- },
- flags: append(flags, "-cookie-exchange"),
- })
}
}