From 7e7207fa4f1b51fef8c3c123ca8663fbd592e8c6 Mon Sep 17 00:00:00 2001 From: nnandigam Date: Tue, 20 Feb 2024 11:58:01 -0800 Subject: [PATCH] skip run on flatcar --- tests_e2e/test_suites/agent_firewall.yml | 7 ++++++- tests_e2e/test_suites/agent_update.yml | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/tests_e2e/test_suites/agent_firewall.yml b/tests_e2e/test_suites/agent_firewall.yml index 0e095ba39e..4697265709 100644 --- a/tests_e2e/test_suites/agent_firewall.yml +++ b/tests_e2e/test_suites/agent_firewall.yml @@ -12,4 +12,9 @@ tests: images: - "endorsed" - "endorsed-arm64" -owns_vm: true # This vm cannot be shared with other tests because it modifies the firewall rules and agent status. \ No newline at end of file +owns_vm: true # This vm cannot be shared with other tests because it modifies the firewall rules and agent status. +# Systemctl stop functionality changed and service doing restart on stop cmd in flatcar images. Thus breaking our tests. +# TODO: Enable once it is fixed +skip_on_images: + - "flatcar" + - "flatcar_arm64" \ No newline at end of file diff --git a/tests_e2e/test_suites/agent_update.yml b/tests_e2e/test_suites/agent_update.yml index 3d3d4918f6..5c8736a4ea 100644 --- a/tests_e2e/test_suites/agent_update.yml +++ b/tests_e2e/test_suites/agent_update.yml @@ -12,4 +12,9 @@ locations: "AzureCloud:eastus2euap" owns_vm: true skip_on_clouds: - "AzureChinaCloud" - - "AzureUSGovernment" \ No newline at end of file + - "AzureUSGovernment" +# Systemctl stop functionality changed and service doing restart on stop cmd in flatcar images. Thus breaking our tests. +# TODO: Enable once it is fixed +skip_on_images: + - "flatcar" + - "flatcar_arm64" \ No newline at end of file