Revert "Enable win podman-machine test failure"

This reverts commit f9e8585c5354748b2a77ed65d214adfe7c6ae5fe.

Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
Chris Evich
2024-01-29 09:29:55 -05:00
parent 51c1140fcb
commit 0ec84b8ec5
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()