summaryrefslogtreecommitdiff
path: root/tests/integration_tests/modules/test_command_output.py
diff options
context:
space:
mode:
authorJames Falcon <james.falcon@canonical.com>2021-11-16 18:04:57 -0600
committerGitHub <noreply@github.com>2021-11-16 17:04:57 -0700
commit8c52bb3fc530742fce50f7f1061a24f3c453ef94 (patch)
tree85e181856481b93163a57110b953ae16d844e47c /tests/integration_tests/modules/test_command_output.py
parentf0af9f78796ad73bfc2f8016b9bf744da2f12761 (diff)
downloadvyos-cloud-init-8c52bb3fc530742fce50f7f1061a24f3c453ef94.tar.gz
vyos-cloud-init-8c52bb3fc530742fce50f7f1061a24f3c453ef94.zip
integration_test: Speed up CI run time (#1111)
Move more tests into test_combined.py and remove the CI mark from module tests that aren't updated often or don't represent core functionality.
Diffstat (limited to 'tests/integration_tests/modules/test_command_output.py')
-rw-r--r--tests/integration_tests/modules/test_command_output.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/integration_tests/modules/test_command_output.py b/tests/integration_tests/modules/test_command_output.py
index 15033642..8429873f 100644
--- a/tests/integration_tests/modules/test_command_output.py
+++ b/tests/integration_tests/modules/test_command_output.py
@@ -16,7 +16,6 @@ final_message: "should be last line in cloud-init-test-output file"
"""
-@pytest.mark.ci
@pytest.mark.user_data(USER_DATA)
def test_runcmd(client: IntegrationInstance):
log = client.read_from_file('/var/log/cloud-init-test-output')