mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-20 01:06:45 +00:00
Skip benchmark test
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user