From 503435d1b2deb648c3cfc436f1e40b8ad86260fc Mon Sep 17 00:00:00 2001 From: James Falcon Date: Tue, 12 Jan 2021 11:32:27 -0600 Subject: Fix test gh-632 test to only run on NoCloud (#770) LP: #1911230 --- tests/integration_tests/bugs/test_gh632.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests') 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( -- cgit v1.2.3