1
0
mirror of https://github.com/pi-hole/docker-pi-hole.git synced 2024-06-22 23:46:40 +02:00
docker-pi-hole/test/test_volumes.py

8 lines
271 B
Python
Raw Normal View History

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')