Skip to content

Commit

Permalink
Disable flaky tests (resolves #1161)
Browse files Browse the repository at this point in the history
http/3 test case will be fixed by #970
  • Loading branch information
macbre committed Jun 13, 2022
1 parent a0e2263 commit 6e648f8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/integration-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@

# multiple jQuery "instances" (issue #435)
- url: "/jquery-multiple.html"
flaky: Messes the order of jQueryVersionsLoaded entries
metrics:
requests: 3
jsCount: 2
Expand Down Expand Up @@ -861,9 +862,10 @@
oldTlsProtocol: 0

# http/3
# - url: "https://127.0.0.1:9001" # TODO
# - url: "https://127.0.0.1:9001" # TODO - https://github.com/macbre/phantomas/pull/970
- url: "https://gf.dev/http3-test"
label: "h3"
flaky: Reaches the timeout of 5000 ms
options:
ignore-ssl-errors: true
metrics:
Expand Down

0 comments on commit 6e648f8

Please sign in to comment.