mirror of
https://github.com/taigrr/systemctl.git
synced 2025-10-06 16:57:39 +08:00
mark TestAllProperties as a long test
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user