Skip to content

Commit 49a9cbd

Browse files
committed
Label new server tests as integration
They require libvirt, even if it is not used
1 parent b0b6542 commit 49a9cbd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

internal/server/integration/server_suite_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ func TestServer(t *testing.T) {
6868
SetDefaultConsistentlyDuration(consistentlyDuration)
6969

7070
RegisterFailHandler(Fail)
71-
RunSpecs(t, "GRPC Server Suite", Label("integration"))
71+
RunSpecs(t, "App Server Suite", Label("integration"))
7272
}
7373

7474
var _ = BeforeSuite(func() {

internal/server/server_suite_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ func TestServer(t *testing.T) {
7474
SetDefaultConsistentlyDuration(consistentlyDuration)
7575

7676
RegisterFailHandler(Fail)
77-
RunSpecs(t, "GRPC Server Suite 2")
77+
RunSpecs(t, "GRPC Server Suite", Label("integration"))
7878
}
7979

8080
var _ = BeforeSuite(func() {

0 commit comments

Comments
 (0)