aboutsummaryrefslogtreecommitdiff
path: root/tests/cluster/cluster_test.go
diff options
context:
space:
mode:
authorJakob Unterwurzacher2026-03-08 21:36:42 +0100
committerJakob Unterwurzacher2026-03-08 21:36:42 +0100
commita456b934b62ba91feea973783f67a7df26d23224 (patch)
tree3a0f56d938915c2210a193186750c9ae76ad39ac /tests/cluster/cluster_test.go
parent4fa21dcb57c5a0b7761bfec606ffd0e94c293ce8 (diff)
make formatfreebsd-support
Diffstat (limited to 'tests/cluster/cluster_test.go')
-rw-r--r--tests/cluster/cluster_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/cluster/cluster_test.go b/tests/cluster/cluster_test.go
index 2e969ce..af93bc4 100644
--- a/tests/cluster/cluster_test.go
+++ b/tests/cluster/cluster_test.go
@@ -27,8 +27,8 @@ import (
// > buffered read/write.
//
// See also:
-// * https://lore.kernel.org/linux-xfs/20190325001044.GA23020@dastard/
-// Dave Chinner: XFS is the only linux filesystem that provides this behaviour.
+// - https://lore.kernel.org/linux-xfs/20190325001044.GA23020@dastard/
+// Dave Chinner: XFS is the only linux filesystem that provides this behaviour.
func TestClusterConcurrentRW(t *testing.T) {
if os.Getenv("ENABLE_CLUSTER_TEST") != "1" {
t.Skipf("This test is disabled by default because it fails unless on XFS.\n" +