Skip to content

Commit

Permalink
csi: mark mount integration test as flaky (#3240)
Browse files Browse the repository at this point in the history
  • Loading branch information
burgerdev authored Jul 10, 2024
1 parent 391deea commit 5d25ede
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions csi/test/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ go_test(
"RM": "$(rlocationpath @coreutils//:bin/rm)",
"UMOUNT": "$(rlocationpath @util-linux//:bin/umount)",
},
# This test frequently runs into https://github.com/martinjungblut/go-cryptsetup/issues/13.
flaky = 1,
# keep
tags = [
"integration",
Expand Down

0 comments on commit 5d25ede

Please sign in to comment.