ci: use testCephFS flag to skip cephfs tests

This commit fixes the flag check to skip
cephfs E2E tests.

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
Madhu Rajanna 2020-07-09 15:41:40 +05:30 committed by mergify[bot]
parent 13f291dfc6
commit b773e821c8

View File

@ -133,7 +133,7 @@ var _ = Describe("cephfs", func() {
})
AfterEach(func() {
if !testRBD {
if !testCephFS {
Skip("Skipping CephFS E2E")
}
if CurrentGinkgoTestDescription().Failed {