Skip to content

Commit 0d5059a

Browse files
committed
Remove spurious AwaitsFix
1 parent 2afaf1b commit 0d5059a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/transport-netty4/src/test/java/org/elasticsearch/http/netty4/Netty4HttpHeaderValidatorTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ public void testDecoderFailurePassThrough() {
115115
* Sends back-to-back http requests and randomly fail validation.
116116
* Ensures that invalid requests drop content and valid pass through.
117117
*/
118-
@AwaitsFix(bugUrl = "coverage TODO nocommit")
119118
public void testMixedValidationResults() {
120119
for (var i = 0; i < 1000; i++) {
121120
var shouldPassValidation = randomBoolean();

0 commit comments

Comments
 (0)