Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

integration-spec.yaml: mark "httpbin's /basic-auth" as flaky #1319

Merged
merged 1 commit into from
Sep 18, 2023

Conversation

macbre
Copy link
Owner

@macbre macbre commented Sep 18, 2023

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)

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)
@macbre macbre added the Tests label Sep 18, 2023
@macbre macbre enabled auto-merge (squash) September 18, 2023 12:36
@macbre macbre merged commit 9e8cf73 into devel Sep 18, 2023
10 checks passed
@macbre macbre deleted the basic-auth/flaky-test branch September 18, 2023 12:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant