mark TestAllProperties as a long test

This commit is contained in:
Tai Groot
2021-05-15 14:26:43 -07:00
parent 322e3458ac
commit df9ea847d7

View File

@@ -54,6 +54,9 @@ func TestEnableSuccess(t *testing.T) {
}
}
func TestAllProperties(t *testing.T) {
if testing.Short() {
t.Skip("skipping test in short mode.")
}
unit := "nginx"
ctx, cancel := context.WithTimeout(context.Background(), 10*time.Second)
defer cancel()