You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/ci.yml
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -486,8 +486,12 @@ jobs:
486
486
TEST_RUNTIME: ${{ matrix.runtime }}
487
487
CGROUP_DRIVER: ${{ matrix.cgroup_driver }}
488
488
run: |
489
+
# skipping the ipv6 test till https://github.com/actions/runner-images/issues/11985 is fixed
490
+
if [[ ${{matrix.os}} == "ubuntu-22.04" ]]; then
491
+
skip_test="runtime should support port mapping with host port and container port"
0 commit comments