Skip to content

Commit

Permalink
Remove some tests from helix retry list (#57539)
Browse files Browse the repository at this point in the history
* Remove `CanSendAndReceiveUserMessagesFromMultipleConnectionsWithSameUser` from retry list.

#55954

* Remove `POST_ServerAbort_ClientReceivesAbort` from retry list.

#53294
  • Loading branch information
radical authored Aug 27, 2024
1 parent a94b1b7 commit b67e95d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions eng/test-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@
{"testName": {"contains": "MaxRequestBufferSizeTests.LargeUpload" }}, // tries to manipulate the state of the server's buffer
{"testName": {"contains": "CertificateChangedOnDisk"}}, // depends on FS event timing
{"testName": {"contains": "CertificateChangedOnDisk_Symlink"}}, // depends on FS event timing
{"testName": {"contains": "POST_ServerAbort_ClientReceivesAbort"}},
{"testName": {"contains": "CanLaunchPhotinoWebViewAndClickButton"}},
{"testName": {"contains": "CheckInvalidHostingModelParameter"}},
{"testName": {"contains": "CanSendAndReceiveUserMessagesFromMultipleConnectionsWithSameUser"}},
{"testName": {"contains": "CheckNewShimIsUsed"}}, // Issue: https://github.com/dotnet/aspnetcore/issues/57538
{"testAssembly": {"contains": "IIS"}},
{"testAssembly": {"contains": "Template"}},
Expand Down

0 comments on commit b67e95d

Please sign in to comment.