Skip to content

Commit 89bef38

Browse files
committed
Restrict VM test only on linux
This test are only testing linux VMs, so let's make sure this files only compiles on linux, so it will not interfere with future mac tests. Signed-off-by: German Maglione <gmaglione@redhat.com>
1 parent 74172ae commit 89bef38

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pkg/vm/vm_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//go:build linux
2+
13
package vm_test
24

35
import (

0 commit comments

Comments
 (0)