Skip to content
Merged
Prev Previous commit
Next Next commit
skip another test
  • Loading branch information
bparrishMines committed Mar 14, 2024
commit efd3de301359e5fb8f9627d17000da3869fc1b0b
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,10 @@ void runTests() {
} on MapStyleException catch (e) {
expect(e.cause, isNotNull);
}
});
},
// TODO(bparrishMines): This is failing due to an error being thrown after completion.
// See https://github.com/flutter/flutter/issues/145149
skip: isWeb);

testWidgets('testSetMapStyle null string', (WidgetTester tester) async {
final Key key = GlobalKey();
Expand Down