Skip to content

Commit cd23efc

Browse files
committed
Enable floating_action_button_test
1 parent 161ae12 commit cd23efc

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
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'])
@@ -14,11 +11,12 @@ library;
1411
import 'dart:ui';
1512

1613
import 'package:flutter/foundation.dart' show kIsWeb;
17-
import 'package:material_ui/material_ui.dart';
1814
import 'package:flutter/rendering.dart';
1915
import 'package:flutter_test/flutter_test.dart';
20-
import '../widgets/feedback_tester.dart';
21-
import '../widgets/semantics_tester.dart';
16+
import 'package:material_ui/material_ui.dart';
17+
18+
import 'feedback_tester.dart';
19+
import 'semantics_tester.dart';
2220

2321
void main() {
2422
final material3Theme = ThemeData();

0 commit comments

Comments
 (0)