diff options
author | Jacob Hansen <jhansen@op5.com> | 2021-05-19 11:12:29 (GMT) |
---|---|---|
committer | Jacob Hansen <jhansen@op5.com> | 2021-05-19 11:12:29 (GMT) |
commit | 227369bb3bec2a44ebece952a9085bfb032a7a0e (patch) | |
tree | d00bed9c326a689dd55b34c796b16298c587166d /.github/workflows/test.yml | |
parent | ae2fe683e3a5e2254473777b0249efe66f24d26c (diff) | |
download | monitoring-plugins-227369bb3bec2a44ebece952a9085bfb032a7a0e.tar.gz |
Disable IPv6 in tests
Docker doesn't seem to have a working IPv6 stack by default. For now
disable IPv6 tests.
Signed-off-by: Jacob Hansen <jhansen@op5.com>
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4c3497d..06cc441 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml | |||
@@ -71,7 +71,7 @@ jobs: | |||
71 | ${{ matrix.distro }} \ | 71 | ${{ matrix.distro }} \ |
72 | /bin/sh -c '${{ matrix.prepare }} && \ | 72 | /bin/sh -c '${{ matrix.prepare }} && \ |
73 | tools/setup && \ | 73 | tools/setup && \ |
74 | ./configure --enable-libtap && \ | 74 | ./configure --enable-libtap --with-ipv6=no && \ |
75 | make && \ | 75 | make && \ |
76 | make test' | 76 | make test' |
77 | docker volume rm tmp-vol | 77 | docker volume rm tmp-vol |