Disable flaky tests (#34419)

This commit is contained in:
Jonah Williams 2019-06-13 11:19:09 -07:00 committed by GitHub
parent afdc783ce5
commit aedf46afc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -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 web
import 'package:flutter_test/flutter_test.dart';
import 'package:flutter/widgets.dart';

View File

@ -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 web
import 'package:flutter_test/flutter_test.dart';
import 'package:flutter/material.dart';
import 'package:flutter/widgets.dart';