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

Skip integration test #2384

Merged
merged 2 commits into from
Aug 4, 2024
Merged

Conversation

gurevichdmitry
Copy link
Collaborator

Summary of your changes

This PR skips the leader election integration test, which will be investigated in this task.

Screenshot/Data

Related Issues

Checklist

  • I have added tests that prove my fix is effective or that my feature works
  • I have added the necessary README/documentation (if appropriate)

Introducing a new rule?

@gurevichdmitry gurevichdmitry marked this pull request as ready for review August 4, 2024 16:38
@gurevichdmitry gurevichdmitry requested a review from a team as a code owner August 4, 2024 16:38
Copy link

mergify bot commented Aug 4, 2024

This pull request does not have a backport label. Could you fix it @gurevichdmitry? 🙏
To fixup this pull request, you need to add the backport labels for the needed
branches, such as:

  • backport-v./d./d./d is the label to automatically backport to the 8./d branch. /d is the digit
    NOTE: backport-skip has been added to this pull request.

@mergify mergify bot added the backport-skip label Aug 4, 2024
Copy link

github-actions bot commented Aug 4, 2024

📊 Allure Report - 💔 Some tests failed or were broken.

Result Count
🟥 Failed 1
🟩 Passed 331
⬜ Skipped 33

@@ -90,6 +90,7 @@ def test_elastic_index_exists(kspm_client, match_type):


@pytest.mark.pre_merge
@pytest.mark.skip(reason="https://github.com/elastic/cloudbeat/issues/2383")
@pytest.mark.order(4)
@pytest.mark.dependency(depends=["test_cloudbeat_pod_exist"])
def test_leader_election(fixture_data, kspm_client, cloudbeat_agent, k8s):
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The pre_merge-kind-multi CI will fail because it executes pull_request_target.

@gurevichdmitry gurevichdmitry merged commit 75bb0df into elastic:main Aug 4, 2024
22 of 23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants