diff --git a/tests/import_test.go b/tests/import_test.go index 84965e37f6..8393210972 100644 --- a/tests/import_test.go +++ b/tests/import_test.go @@ -57,7 +57,7 @@ var _ = Describe("[rfe_id:1115][crit:high][vendor:cnv-qe@redhat.com][level:compo ns = f.Namespace.Name }) - DescribeTable("[test_id:2329] Should fail to import images that require too much space", func(uploadURL string) { + DescribeTable("[test_id:2329] Should fail to import images that require too much space", Label("no-kubernetes-in-docker"), func(uploadURL string) { imageURL := fmt.Sprintf(uploadURL, f.CdiInstallNs) By(imageURL) diff --git a/tests/upload_test.go b/tests/upload_test.go index e89b81657d..9c442d6969 100644 --- a/tests/upload_test.go +++ b/tests/upload_test.go @@ -307,7 +307,7 @@ var _ = Describe("[rfe_id:138][crit:high][vendor:cnv-qe@redhat.com][level:compon Entry("fail given a large physical size QCOW2 file", utils.UploadFileLargePhysicalDiskQcow), ) - DescribeTable("[posneg:negative][test_id:2330]Verify failure on sync upload if virtual size > pvc size", Serial, func(filename string) { + DescribeTable("[posneg:negative][test_id:2330]Verify failure on sync upload if virtual size > pvc size", Label("no-kubernetes-in-docker"), Serial, func(filename string) { By("Verify PVC annotation says ready") found, err := utils.WaitPVCPodStatusReady(f.K8sClient, pvc) Expect(err).ToNot(HaveOccurred())