Merge pull request #21408 from cevich/re-enable_pm_win

Revert "Enable win podman-machine test failure"
This commit is contained in:
openshift-merge-bot[bot]
2024-01-30 20:59:10 +00:00
committed by GitHub
2 changed files with 2 additions and 4 deletions

View File

@ -27,7 +27,7 @@ class TestDependsOn(TestCaseBase):
ALL_TASK_NAMES = None
SUCCESS_DEPS_EXCLUDE = set(['success', 'bench_stuff', 'artifacts',
'release', 'release_test', 'podman_machine_windows', 'podman_machine_mac'])
'release', 'release_test', 'podman_machine_mac'])
def setUp(self):
super().setUp()