Skip to content

Commit de74a73

Browse files
authored
Don't run tests that run flutter concurrently (#220)
This fixes a bunch of issues on Windows where we see errors writing to the flutter\build folder because it was locked by another process.
1 parent b17bd9c commit de74a73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool/travis.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ elif [ "$BOT" = "flutter_sdk_tests" ]; then
6565
cd devtools
6666

6767
# Run tests that require the Flutter SDK.
68-
pub run test --reporter expanded --tags useFlutterSdk
68+
pub run test -j1 --reporter expanded --tags useFlutterSdk
6969

7070
else
7171

0 commit comments

Comments
 (0)