1
0
mirror of https://github.com/pi-hole/docker-pi-hole.git synced 2024-06-25 00:37:47 +02:00
docker-pi-hole/test/test_volumes.py
2021-09-12 14:24:50 +01:00

8 lines
271 B
Python

import pytest
@pytest.mark.skip('broke, needs further investigation.')
def test_volume_shell_script(arch, run_and_stream_command_output):
# only one arch should be necessary
if arch == 'amd64':
run_and_stream_command_output('./test/test_volume_data.sh')