diff --git a/cmd/bisync/bisync_test.go b/cmd/bisync/bisync_test.go index 35abd01ed..045c6173b 100644 --- a/cmd/bisync/bisync_test.go +++ b/cmd/bisync/bisync_test.go @@ -285,6 +285,9 @@ func TestBisyncConcurrent(t *testing.T) { if !isLocal(*fstest.RemoteName) { t.Skip("TestBisyncConcurrent is skipped on non-local") } + if *argTestCase != "" && *argTestCase != "basic" { + t.Skip("TestBisyncConcurrent only tests 'basic'") + } if *argPCount < 2 { t.Skip("TestBisyncConcurrent is pointless with -pcount < 2") }