add +nobuild flags to all relevant test cases (#8934)

Closes: #8923
This commit is contained in:
Alessio Treglia
2021-03-19 11:24:29 +00:00
committed by GitHub
parent 641b13ee47
commit 7b09f95ab5
4 changed files with 8 additions and 0 deletions
+2
View File
@@ -1,3 +1,5 @@
// +build norace
package cli_test
import (
+2
View File
@@ -1,3 +1,5 @@
// +build norace
package rest_test
import (
+2
View File
@@ -1,3 +1,5 @@
// +build norace
package cli_test
import (
+2
View File
@@ -1,3 +1,5 @@
// +build norace
package rest_test
import (