Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
integration-spec.yaml: mark "httpbin's /basic-auth" as flaky (#1319)
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