Do not require tests that enforce internet to be available in CI
[src/qa-testdefinitions.git] / common / scripts / pyagl-nohw-lava.sh
index 1b0c7f3..06dddb9 100755 (executable)
@@ -2,6 +2,6 @@
 # for now play safe and only expect ethernet
 export AGL_AVAILABLE_INTERFACES="ethernet"
 
-pytest --color=no --show-capture=no -k "not hwrequired" /usr/lib/python?.?/site-packages/pyagl/tests/ -L
+pytest --color=no --show-capture=no -k "not hwrequired and not internet" /usr/lib/python?.?/site-packages/pyagl/tests/ -L