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

chore(e2e): fix flaky test & standalone behavior #11382

Merged
merged 1 commit into from Jan 30, 2024

Commits on Jan 19, 2024

  1. chore(e2e): fix flaky test & standalone behavior

    This test was flaking in CI even though it was succeeding; I think
    there's a race with us killing and getting the output. Regardless,
    refactored so that it watches the process, which should make the
    test more reliable and faster.
    
    Additionally, I noticed that the standalone config was incorrect,
    so I (reset) the bool to the correct value to ensure we test things
    in plugin mode for E2E.
    
    Signed-off-by: Milas Bowman <milas.bowman@docker.com>
    milas committed Jan 19, 2024
    Copy the full SHA
    3736e93 View commit details
    Browse the repository at this point in the history