Skip to content

Commit

Permalink
integration-spec.yaml: mark "httpbin's /basic-auth" as flaky (#1319)
Browse files Browse the repository at this point in the history
Integration tests › httpbin's /basic-auth (with --auth-user and --auth-pass) › should have "requests" metric set properly

    assert.strictEqual(received, expected)

    Expected value to strictly be equal to:
      2
    Received:
      1

      118 |       Object.keys(test.metrics || {}).forEach((name) => {
      119 |         it(`should have "${name}" metric set properly`, () => {
    > 120 |           assert.strictEqual(results.getMetric(name), test.metrics[name]);
          |                  ^
      121 |         });
      122 |       });
      123 |

      at Object.strictEqual (test/integration.test.js:120:18)
  • Loading branch information
macbre authored Sep 18, 2023
1 parent f1a90e0 commit 9e8cf73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/integration-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -816,6 +816,7 @@

- url: "http://127.0.0.1:5555/basic-auth/foo/bar"
label: "httpbin's /basic-auth (with --auth-user and --auth-pass)"
flaky: "http-bin sometimes gives us a single response"
options:
auth-user: "foo"
auth-pass: "bar"
Expand Down

0 comments on commit 9e8cf73

Please sign in to comment.