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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,5 @@
// +build norace
package cli_test
import (

View File

@ -1,3 +1,5 @@
// +build norace
package rest_test
import (

View File

@ -1,3 +1,5 @@
// +build norace
package cli_test
import (

View File

@ -1,3 +1,5 @@
// +build norace
package rest_test
import (