Skip to content

Commit 5779be3

Browse files
chore: reinsert code comment to stop debug logs
1 parent d795609 commit 5779be3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ios.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,5 +112,5 @@ jobs:
112112
# Sleep to allow simulator to settle.
113113
sleep 15
114114
# Uncomment following line to have simulator logs printed out for debugging purposes.
115-
xcrun simctl spawn booted log stream --predicate 'eventMessage contains "flutter"' &
115+
# xcrun simctl spawn booted log stream --predicate 'eventMessage contains "flutter"' &
116116
flutter test integration_test/e2e_test.dart -d "$SIMULATOR" --dart-define=CI=true

0 commit comments

Comments
 (0)