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
1 change: 0 additions & 1 deletion 4.0/test/test-lib-openshift.sh

This file was deleted.

1 change: 0 additions & 1 deletion 4.0/test/test-lib-remote-openshift.sh

This file was deleted.

1 change: 0 additions & 1 deletion 4.0/test/test-openshift.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions test/test_ocp_s2i_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ def setup_method(self):
"""
Setup the test environment.
"""
if VARS.VERSION == "4.0":
pytest.skip(f"Skipping s2i integration test for {VARS.VERSION} on {VARS.OS}. The image has not been merged into the repo yet.")
self.oc_api = OpenShiftAPI(
pod_name_prefix=f"ruby-{VARS.SHORT_VERSION}-testing",
version=VARS.VERSION,
Expand Down
Loading