Skip to content

Commit 91c117a

Browse files
mark the test as long running test
1 parent c4be13c commit 91c117a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/azure/terraform_azure_sqlmanagedinstance_example_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ import (
1717
)
1818

1919
func TestTerraformAzureSQLManagedInstanceExample(t *testing.T) {
20+
if testing.Short(){
21+
t.Skip("Skipping long-running test")
22+
}
2023
t.Parallel()
2124

2225
uniquePostfix := strings.ToLower(random.UniqueId())

0 commit comments

Comments
 (0)