mirror of
https://github.com/netbirdio/netbird.git
synced 2025-01-18 20:08:28 +01:00
Skip benchmark test
This commit is contained in:
parent
8568fbffdd
commit
4339b6528f
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user