Skip to content

Commit 40791d6

Browse files
committed
disable ipv6 for integration tests
1 parent 7d1a313 commit 40791d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/actions/docker_setup/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ runs:
1010
steps:
1111
- name: Docker IPv6 configuration
1212
shell: bash
13+
if: ${{ contains(inputs.test_name, 'Stateless') }}
1314
env:
14-
ipv6_subnet: ${{ contains(inputs.test_name, 'Integration') && '2001:db8:1::/64' || '2001:3984:3989::/64' }}
15+
ipv6_subnet: 2001:3984:3989::/64
1516
run: |
1617
# make sure docker uses proper IPv6 config
1718
sudo touch /etc/docker/daemon.json

0 commit comments

Comments
 (0)