Skip to content

Commit 6d114c0

Browse files
Update infrastructure metadata
These tests are timing out on Firefox macOS and blocking unrelated PRs (e.g., #39196, #39201, #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`.
1 parent 7daccc6 commit 6d114c0

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,31 @@
11
[webtransport-h3.https.sub.any.html]
22
[WebTransport server should be running and should handle a bidirectional stream]
3-
expected:
4-
if product == "chrome": PASS
5-
FAIL
6-
7-
[webtransport-h3.https.sub.any.window.html]
8-
[WebTransport server should be running and should handle a bidirectional stream]
3+
disabled:
4+
if product == "firefox": times out
95
expected:
106
if product == "chrome": PASS
117
FAIL
128

139
[webtransport-h3.https.sub.any.worker.html]
1410
[WebTransport server should be running and should handle a bidirectional stream]
11+
disabled:
12+
if product == "firefox": times out
1513
expected:
1614
if product == "chrome": PASS
1715
FAIL
1816

1917
[webtransport-h3.https.sub.any.sharedworker.html]
2018
[WebTransport server should be running and should handle a bidirectional stream]
19+
disabled:
20+
if product == "firefox": times out
2121
expected:
2222
if product == "chrome": PASS
2323
FAIL
2424

2525
[webtransport-h3.https.sub.any.serviceworker.html]
2626
[WebTransport server should be running and should handle a bidirectional stream]
27+
disabled:
28+
if product == "firefox": times out
2729
expected:
2830
if product == "chrome": PASS
2931
FAIL

0 commit comments

Comments
 (0)