Update infrastructure metadata for webtransport-h3.https.sub.any.js#39345
Merged
gsnedders merged 1 commit intoweb-platform-tests:masterfrom Apr 4, 2023
Merged
Conversation
These tests are timing out on Firefox macOS and blocking unrelated PRs (e.g., web-platform-tests#39196, web-platform-tests#39201, web-platform-tests#39227): ``` /infrastructure/server/webtransport-h3.https.sub.any.serviceworker.html TIMEOUT WebTransport server should be running and should handle a bidirectional stream - Test timed out TIMEOUT /infrastructure/server/webtransport-h3.https.sub.any.serviceworker.html /infrastructure/server/webtransport-h3.https.sub.any.worker.html TIMEOUT WebTransport server should be running and should handle a bidirectional stream - Test timed out TIMEOUT /infrastructure/server/webtransport-h3.https.sub.any.worker.html /infrastructure/server/webtransport-h3.https.sub.any.sharedworker.html TIMEOUT WebTransport server should be running and should handle a bidirectional stream - Test timed out TIMEOUT /infrastructure/server/webtransport-h3.https.sub.any.sharedworker.html /infrastructure/server/webtransport-h3.https.sub.any.html TIMEOUT WebTransport server should be running and should handle a bidirectional stream - Test timed out TIMEOUT /infrastructure/server/webtransport-h3.https.sub.any.html ``` Disable them for now. Also, remove the `.any.window.html` section, which is redundant with `.any.html`.
6d114c0 to
8b17a19
Compare
webtransport-h3.https.sub.any.js
Member
|
This is (another) fix for #39309. |
Member
|
(Closing this in favour of earlier, near-identical PRs) |
Member
|
Actually, the others tried to get this working by getting Web Transport working on Firefox; let's land this because it just updates the expectations to what Nightly now has. |
gsnedders
approved these changes
Apr 4, 2023
infrastructure/metadata/infrastructure/server/webtransport-h3.https.sub.any.js.ini
Show resolved
Hide resolved
This was referenced Apr 4, 2023
Member
|
+1 to land this first. It will unblock my pending CL (#39201) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
These tests are timing out on Firefox macOS and blocking unrelated PRs (e.g., #39196, #39201, #39227):
Disable them for now. Also, remove the
.any.window.htmlsection, which is redundant with.any.html.