Skip to content

Commit 48eb99b

Browse files
committed
Skip sourcegen tests until build step is implemented.
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=138799375
1 parent f4679de commit 48eb99b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/source_gen/template_compiler/find_components_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@TestOn('vm')
1+
@Skip("TODO extra build step")
22
import 'dart:async';
33
import 'package:test/test.dart';
44
import 'compare_to_golden.dart' as golden;

test/source_gen/template_compiler/find_injectable_modules_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@TestOn('vm')
1+
@Skip("TODO extra build step")
22
import 'dart:async';
33
import 'package:test/test.dart';
44
import 'compare_to_golden.dart' as golden;

0 commit comments

Comments
 (0)