Skip to content

Commit 697b668

Browse files
authored
Add a label to XSVM tests (#3991)
Signed-off-by: Joshua Kim <20001595+joshua-kim@users.noreply.github.com>
1 parent 4b2e034 commit 697b668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/vms/xsvm.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ func XSVMSubnetsOrPanic(nodes ...*tmpnet.Node) []*tmpnet.Subnet {
4949
}
5050
}
5151

52-
var _ = ginkgo.Describe("[XSVM]", func() {
52+
var _ = ginkgo.Describe("[XSVM]", ginkgo.Label("xsvm"), func() {
5353
tc := e2e.NewTestContext()
5454
require := require.New(tc)
5555

0 commit comments

Comments
 (0)