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

Temporary skip test_search_by_is_deprecated_true_false in GW #2214

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions galaxy_ng/tests/integration/api/test_x_repo_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,7 @@ def test_search_is_highest_true_false(self, galaxy_client, is_highest, cv_versio

@pytest.mark.parametrize("is_deprecated", [True, False])
@pytest.mark.x_repo_search
@pytest.mark.skip_in_gw
def test_search_by_is_deprecated_true_false(self, galaxy_client, is_deprecated):
"""
Verifies that search endpoint can search by is_deprecated parameter
Expand Down
Loading