mirror of
https://github.com/containers/podman.git
synced 2025-06-26 21:07:02 +08:00
Revert "Enable win podman-machine test failure"
This reverts commit f9e8585c5354748b2a77ed65d214adfe7c6ae5fe. Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
@ -1097,9 +1097,7 @@ success_task:
|
|||||||
- rootless_integration_test
|
- rootless_integration_test
|
||||||
- podman_machine
|
- podman_machine
|
||||||
- podman_machine_aarch64
|
- podman_machine_aarch64
|
||||||
# TODO: issue #20548; These tests are new and mostly fail.
|
- podman_machine_windows
|
||||||
# Ignore status until tests, scripts, and/or environment stabalize.
|
|
||||||
# - podman_machine_windows
|
|
||||||
# TODO: Issue #20853; Tests mostly fail then timeout after an hour.
|
# TODO: Issue #20853; Tests mostly fail then timeout after an hour.
|
||||||
# - podman_machine_mac
|
# - podman_machine_mac
|
||||||
- local_system_test
|
- local_system_test
|
||||||
|
@ -27,7 +27,7 @@ class TestDependsOn(TestCaseBase):
|
|||||||
|
|
||||||
ALL_TASK_NAMES = None
|
ALL_TASK_NAMES = None
|
||||||
SUCCESS_DEPS_EXCLUDE = set(['success', 'bench_stuff', 'artifacts',
|
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):
|
def setUp(self):
|
||||||
super().setUp()
|
super().setUp()
|
||||||
|
Reference in New Issue
Block a user