diff options
-rw-r--r-- | tests/integration_tests/bugs/test_gh632.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/integration_tests/bugs/test_gh632.py b/tests/integration_tests/bugs/test_gh632.py index cf166356..3c1f9347 100644 --- a/tests/integration_tests/bugs/test_gh632.py +++ b/tests/integration_tests/bugs/test_gh632.py @@ -9,6 +9,9 @@ import pytest from tests.integration_tests.instances import IntegrationInstance +# With some datasource hacking, we can run this on a NoCloud instance +@pytest.mark.lxd_container +@pytest.mark.lxd_vm @pytest.mark.sru_2020_11 def test_datasource_rbx_no_stacktrace(client: IntegrationInstance): client.write_to_file( |