diff --git a/packages/material_ui/temporarily_disabled_tests/icon_button_test.dart b/packages/material_ui/test/icon_button_test.dart similarity index 99% rename from packages/material_ui/temporarily_disabled_tests/icon_button_test.dart rename to packages/material_ui/test/icon_button_test.dart index e15a5e99c39c..1bb186526103 100644 --- a/packages/material_ui/temporarily_disabled_tests/icon_button_test.dart +++ b/packages/material_ui/test/icon_button_test.dart @@ -2,9 +2,6 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -@Skip( - 'This file is skipped due to a cross-import that needs to be fixed. Tracked in https://github.com/flutter/flutter/issues/177028.', -) // This file is run as part of a reduced test set in CI on Mac and Windows // machines. @Tags(['reduced-test-set']) @@ -13,13 +10,13 @@ library; import 'dart:ui'; import 'package:flutter/foundation.dart'; -import 'package:material_ui/material_ui.dart'; import 'package:flutter/rendering.dart'; import 'package:flutter/services.dart'; import 'package:flutter_test/flutter_test.dart'; +import 'package:material_ui/material_ui.dart'; -import '../widgets/feedback_tester.dart'; -import '../widgets/semantics_tester.dart'; +import 'feedback_tester.dart'; +import 'semantics_tester.dart'; class MockOnPressedFunction { int called = 0;