Skip to content

Commit a394e6e

Browse files
committed
RHOAIENG-18459: chore(tests/containers/workbenches): temporarily skip the IPv6 test
1 parent 227e306 commit a394e6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/containers/workbenches/workbench_image_test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ def test_image_entrypoint_starts(self, image: str, sysctls) -> None:
4949
finally:
5050
docker_utils.NotebookContainer(container).stop(timeout=0)
5151

52+
@pytest.mark.skip(reason="RHOAIENG-17305: currently our Workbench images don't tolerate IPv6")
5253
def test_ipv6_only(self, image: str, test_frame):
5354
"""Test that workbench image is accessible via IPv6.
5455
Workarounds for macOS will be needed, so that's why it's a separate test."""

0 commit comments

Comments
 (0)