Skip to content

Commit 2ee9550

Browse files
author
Ivan Shvedunov
committed
Don't run Ceph RBD test on CircleCI for now
1 parent bc746b0 commit 2ee9550

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/e2e/block_pv_test.go

+3-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,9 @@ var _ = Describe("Block PVs", func() {
7373
}
7474
})
7575

76-
It("Should be accessible from within the VM", func() {
76+
// FIXME: the test is marked Disruptive because rbd
77+
// hangs on CircleCI for some reason.
78+
It("[Disruptive] Should be accessible from within the VM", func() {
7779
vm = makeVMWithMountAndSymlinkScript("", []framework.PVCSpec{
7880
{
7981
Name: "block-pv",

0 commit comments

Comments
 (0)