Skip to content

Commit

Permalink
test/e2e: Skip unstable libvirt test
Browse files Browse the repository at this point in the history
The TestLibvirtCreatePeerPodAndCheckWorkDirLogs test
has failed on a few PRs and the last three nightly test runs,
so skip it until we have a chance to debug.
See #1831

Signed-off-by: stevenhorsman <steven@uk.ibm.com>
  • Loading branch information
stevenhorsman committed Jul 11, 2024
1 parent db56a2d commit 0480804
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/cloud-api-adaptor/test/e2e/libvirt_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ func TestLibvirtCreatePeerPodAndCheckUserLogs(t *testing.T) {
}

func TestLibvirtCreatePeerPodAndCheckWorkDirLogs(t *testing.T) {
// This test is causing issues on CI with instability, so skip until we can resolve this.
// See https://github.com/confidential-containers/cloud-api-adaptor/issues/1831
SkipTestOnCI(t)
assert := LibvirtAssert{}
DoTestCreatePeerPodAndCheckWorkDirLogs(t, testEnv, assert)
}
Expand Down

0 comments on commit 0480804

Please sign in to comment.