Skip to content

Commit 9a8473b

Browse files
committed
skip portforward in windows dualstack
1 parent 1cc30b2 commit 9a8473b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pipelines/singletenancy/dualstack-overlay/dualstackoverlay-e2e-job-template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ stages:
7171
dependsOn: ${{ parameters.name }}_${{ parameters.os }}
7272
dualstack: ${{ eq(parameters.os, 'linux') }} # RUN IN LINUX not WINDOWS Currently broken for scenario and blocking releases, HNS is investigating. Covered by go test in E2E step template
7373
dns: true
74-
portforward: true
74+
portforward: ${{ eq(parameters.os, 'linux') }}
7575
service: ${{ eq(parameters.os, 'linux') }} # RUN IN LINUX NOT WINDOWS Currently broken for scenario and blocking releases, HNS is investigating.
7676
hostport: true
7777
hybridWin: ${{ eq(parameters.os, 'windows') }}

0 commit comments

Comments
 (0)