Skip to content

Commit 6e648f8

Browse files
committed
Disable flaky tests (resolves #1161)
http/3 test case will be fixed by #970
1 parent a0e2263 commit 6e648f8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/integration-spec.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,7 @@
291291

292292
# multiple jQuery "instances" (issue #435)
293293
- url: "/jquery-multiple.html"
294+
flaky: Messes the order of jQueryVersionsLoaded entries
294295
metrics:
295296
requests: 3
296297
jsCount: 2
@@ -861,9 +862,10 @@
861862
oldTlsProtocol: 0
862863

863864
# http/3
864-
# - url: "https://127.0.0.1:9001" # TODO
865+
# - url: "https://127.0.0.1:9001" # TODO - https://github.com/macbre/phantomas/pull/970
865866
- url: "https://gf.dev/http3-test"
866867
label: "h3"
868+
flaky: Reaches the timeout of 5000 ms
867869
options:
868870
ignore-ssl-errors: true
869871
metrics:

0 commit comments

Comments
 (0)