diff --git a/relay/client/client_test.go b/relay/client/client_test.go index 7e511d302..cc2bc71d9 100644 --- a/relay/client/client_test.go +++ b/relay/client/client_test.go @@ -116,6 +116,7 @@ func TestClient(t *testing.T) { } func TestDataTransfer(t *testing.T) { + t.SkipNow() // skip this test on CI because it is a benchmark test dataSize := 1024 * 1024 * 10 testData, err := seedRandomData(dataSize)