From e229288441fae6ff11f1af14551ed8264509ced3 Mon Sep 17 00:00:00 2001 From: Katerina Koukiou Date: Fri, 13 Nov 2020 14:43:12 +0100 Subject: [PATCH] test: testAddDisk and testCreate don't exist upstream any more These tests have been split into smaller chunks for ex. by the upstream commit: https://github.com/cockpit-project/cockpit/commit/c485484189b220c826c26449bb0d45b375edddea --- tests/run-test.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/run-test.sh b/tests/run-test.sh index fe19ae0..17ac424 100755 --- a/tests/run-test.sh +++ b/tests/run-test.sh @@ -42,10 +42,6 @@ if [ -n "$test_optional" ]; then # pre-download cirros image for Machines tests bots/image-download cirros - # takes too long, somehow breaks Ansible - EXCLUDES="$EXCLUDES TestMachines.testCreate" - # triggers SELinux violation - EXCLUDES="$EXCLUDES TestMachines.testAddDisk" # not investigated yet EXCLUDES="$EXCLUDES TestMachines.testCreateThenInstall