Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion images/tests/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ cd /codeflare-sdk || {

# Default pytest options
DEFAULT_PYTEST_OPTS=(
"--junitxml=/codeflare-sdk/tests/results/results.xml"
"--junitxml=/codeflare-sdk/tests/results/results_xunit.xml"
"-o"
"junit_suite_name=codeflare-sdk"
"-v"
Expand Down
1 change: 1 addition & 0 deletions tests/e2e/heterogeneous_clusters_oauth_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
from support import *


@pytest.mark.skip(reason="Temporarily skipped due to needed investigation")
@pytest.mark.openshift
@pytest.mark.tier1
class TestHeterogeneousClustersOauth:
Expand Down