Skip to content

Commit 113e413

Browse files
authored
Fixes flaky HTTP/3 test (#29999)
1 parent ab9c650 commit 113e413

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Servers/Kestrel/test/InMemory.FunctionalTests/Http3/Http3StreamTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,6 @@ public async Task MissingAuthority_200Status()
277277
new KeyValuePair<string, string>(HeaderNames.Path, "/"),
278278
new KeyValuePair<string, string>(HeaderNames.Scheme, "http"),
279279
};
280-
await InitializeConnectionAsync(_noopApplication);
281280

282281
var requestStream = await InitializeConnectionAndStreamsAsync(_noopApplication);
283282

0 commit comments

Comments
 (0)