|
@@ -27,8 +27,8 @@ extension ServerThreadingTests {
|
|
|
// `swift test --generate-linuxmain`
|
|
// `swift test --generate-linuxmain`
|
|
|
// to regenerate.
|
|
// to regenerate.
|
|
|
static let __allTests__ServerThreadingTests = [
|
|
static let __allTests__ServerThreadingTests = [
|
|
|
|
|
+ ("testShouldHandleTheRequestInDifferentTimeIntervals", testShouldHandleTheRequestInDifferentTimeIntervals),
|
|
|
("testShouldHandleTheSameRequestConcurrently", testShouldHandleTheSameRequestConcurrently),
|
|
("testShouldHandleTheSameRequestConcurrently", testShouldHandleTheSameRequestConcurrently),
|
|
|
- ("testShouldHandleTheSameRequestWithDifferentTimeIntervals", testShouldHandleTheSameRequestWithDifferentTimeIntervals),
|
|
|
|
|
]
|
|
]
|
|
|
}
|
|
}
|
|
|
|
|
|