Skip to content

Commit 142d66b

Browse files
author
serverpod_cloud
committed
test: bd945e598235acb1dd4b3f3819b0cd4b9ead876c
1 parent 401103a commit 142d66b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

serverpod_cloud_cli/test/ignore_test.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,8 @@ void main() {
194194
}
195195
},
196196
skip: Platform.isMacOS || // System `git` on mac has issues...
197-
c.skipOnWindows && Platform.isWindows,
197+
// c.skipOnWindows && // the git-running tests on Windows are VERY slow
198+
Platform.isWindows,
198199
);
199200
}
200201

0 commit comments

Comments
 (0)