Skip to content

Commit 473b043

Browse files
Skip JS-only test in the DDC
1 parent 1a60739 commit 473b043

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/over_react/util/react_wrappers_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ main() {
452452
test('does not when passed a ReactElement in JS', () {
453453
ReactElement instance = Wrapper()();
454454
expect(() => getDartComponent(instance), isNot(prints(messageMatcher)));
455-
}, testOn: 'js');
455+
}, testOn: 'js', tags: 'no-ddc');
456456

457457
test('does not warn when passed a ReactComponent', () {
458458
var renderedInstance = render(Wrapper());

0 commit comments

Comments
 (0)