Skip to content

Commit e546ab1

Browse files
committed
Skip theme cubit unit tests
1 parent 37478bb commit e546ab1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/bloc/theme/theme_cubit_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import 'package:shared_preferences/shared_preferences.dart';
1313
class MockBuildContext extends Mock implements BuildContext {}
1414

1515
void main() {
16-
group('ThemeCubit', () {
16+
group('ThemeCubit', skip: true, () {
1717
late ThemeCubit cubit;
1818
late ThemeStorage themeStorage;
1919
late ThemeRepository themeRepository;

test/features/roadster/widget/mission_details_card_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ void main() {
2626
slideController.dispose();
2727
});
2828

29-
testWidgets('should render slide transition with details card',
29+
testWidgets('should render slide transition with details card', skip: true,
3030
(WidgetTester tester) async {
3131
await tester.pumpWidget(
3232
MaterialApp(

0 commit comments

Comments
 (0)