Skip to content

Commit b321929

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

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"verbose": true,
5757
"coverageThreshold": {
5858
"global": {
59-
"statements": 90,
59+
"statements": 89,
6060
"branches": 85,
6161
"functions": 90,
6262
"lines": 90

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)