Skip to content

Commit

Permalink
test alone
Browse files Browse the repository at this point in the history
  • Loading branch information
buenaflor committed Nov 19, 2024
1 parent d724aac commit 803684b
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions flutter/example/integration_test/all.dart
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
// Workaround for https://github.com/flutter/flutter/issues/101031
import 'app_start_test.dart' as d;
import 'integration_test.dart' as a;
import 'profiling_test.dart' as b;
import 'replay_test.dart' as c;

void main() {
a.main();
b.main();
c.main();
// a.main();
// b.main();
// c.main();
d.main();
}

0 comments on commit 803684b

Please sign in to comment.