From 8c6841c7386596c2596ff91e0dd043f4e3f9248f Mon Sep 17 00:00:00 2001 From: Jonah Williams Date: Thu, 13 Jun 2019 12:23:18 -0700 Subject: [PATCH] skip bottom_sheet (#34430) --- packages/flutter/test/material/bottom_sheet_test.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/flutter/test/material/bottom_sheet_test.dart b/packages/flutter/test/material/bottom_sheet_test.dart index 35ac31b1cc..15cca8e8ac 100644 --- a/packages/flutter/test/material/bottom_sheet_test.dart +++ b/packages/flutter/test/material/bottom_sheet_test.dart @@ -2,6 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. +@TestOn('!chrome') // flaky on CI import 'package:flutter_test/flutter_test.dart'; import 'package:flutter/material.dart'; import 'package:flutter/widgets.dart';