We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fc3a14 commit 1f62793Copy full SHA for 1f62793
privatelink_test.go
@@ -421,6 +421,7 @@ func TestGetActiveActivePrivateLink(t *testing.T) {
421
}
422
423
func TestGetPrivateLinkScript(t *testing.T) {
424
+ t.Skipf("skipping test until privatelink script is available")
425
426
tc := []struct {
427
description string
@@ -463,6 +464,7 @@ func TestGetPrivateLinkScript(t *testing.T) {
463
464
465
466
func TestGetActiveActivePrivateLinkScript(t *testing.T) {
467
468
469
470
0 commit comments