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
Signed by: taigrr
GPG Key ID: D00C269A87614812

View File

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