Skip to content

Commit 0492e1d

Browse files
committed
Enable chip_test
1 parent 161ae12 commit 0492e1d

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

packages/material_ui/temporarily_disabled_tests/chip_test.dart renamed to packages/material_ui/test/chip_test.dart

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,21 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5-
@Skip(
6-
'This file is skipped due to a cross-import that needs to be fixed. Tracked in https://github.com/flutter/flutter/issues/177028.',
7-
)
85
// This file is run as part of a reduced test set in CI on Mac and Windows
96
// machines.
107
@Tags(<String>['reduced-test-set'])
118
library;
129

1310
import 'package:flutter/foundation.dart';
1411
import 'package:flutter/gestures.dart';
15-
import 'package:material_ui/material_ui.dart';
1612
import 'package:flutter/rendering.dart';
1713
import 'package:flutter/scheduler.dart';
1814
import 'package:flutter/services.dart';
1915
import 'package:flutter_test/flutter_test.dart';
16+
import 'package:material_ui/material_ui.dart';
2017

21-
import '../widgets/feedback_tester.dart';
22-
import '../test/semantics_tester.dart';
18+
import 'feedback_tester.dart';
19+
import 'semantics_tester.dart';
2320

2421
Finder findRenderChipElement() {
2522
return find.byElementPredicate((Element e) => '${e.renderObject.runtimeType}' == '_RenderChip');

0 commit comments

Comments
 (0)