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

flaky-e2e-tests fix #3070

Merged
merged 1 commit into from
Oct 19, 2023
Merged

Commits on Oct 19, 2023

  1. Fixing flake tests so they don't fail 100% of the time.

    E2E tests were updated recently to use a generated namespace with an OperatorGroup created from the beginning of each test. However some of the tests were not updated to reflect this and were still creating and deleting resources in an additional namespace, or began to fail because the test environment required that no OperatorGroups exist from the beginning of the test.
    
    This commit addresses two tests that have been failing at a rate of 100% due to the issues stated above.
    
    Signed-off-by: Daniel Franz <dfranz@redhat.com>
    dtfranz committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    0f58549 View commit details
    Browse the repository at this point in the history