Skip to content

Commit cdbef4b

Browse files
disable test
1 parent 8f8d2f2 commit cdbef4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

acceptance/openstack/gemini/v3/logs_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
)
1414

1515
func TestGeminiInstanceLogs(t *testing.T) {
16-
// t.Skip("too long to run in ci")
16+
t.Skip("too long to run in ci")
1717
vpcID := os.Getenv("OS_VPC_ID")
1818
subnetID := os.Getenv("OS_NETWORK_ID")
1919
secGroupID := os.Getenv("OS_SECURITY_GROUP_ID")

0 commit comments

Comments
 (0)