@@ -131,7 +131,7 @@ var _ = Describe(".BuildIn", func() {
131
131
})
132
132
133
133
var _ = Describe (".CompileTest" , func () {
134
- Context ("a remote package" , func () {
134
+ Context ("a remote package" , Label ( "network" ), func () {
135
135
const remotePackage = "github.com/onsi/ginkgo/types"
136
136
137
137
It ("compiles the specified test package" , func () {
@@ -199,7 +199,7 @@ var _ = Describe(".CompileTestWithEnvironment", func() {
199
199
"GOARCH=amd64" ,
200
200
}
201
201
202
- Context ("a remote package" , func () {
202
+ Context ("a remote package" , Label ( "network" ), func () {
203
203
const remotePackage = "github.com/onsi/ginkgo/types"
204
204
205
205
It ("compiles the specified test package with the specified env vars" , func () {
@@ -250,7 +250,7 @@ var _ = Describe(".CompiledTestIn", func() {
250
250
}
251
251
})
252
252
253
- Context ("a remote package" , func () {
253
+ Context ("a remote package" , Label ( "remote" ), func () {
254
254
const remotePackage = "github.com/onsi/ginkgo/types"
255
255
256
256
It ("compiles the specified test package" , func () {
0 commit comments