Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 90c71e4

Browse files
committed
Remove TestOn annotation from test files.
1 parent 8f1a7e8 commit 90c71e4

File tree

4 files changed

+0
-12
lines changed

4 files changed

+0
-12
lines changed

lib/web_ui/test/engine/view_embedder/dimensions_provider/custom_element_dimensions_provider_test.dart

Lines changed: 0 additions & 3 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-
@TestOn('browser')
6-
library;
7-
85
import 'dart:async';
96

107
import 'package:test/bootstrap/browser.dart';

lib/web_ui/test/engine/view_embedder/dimensions_provider/dimensions_provider_test.dart

Lines changed: 0 additions & 3 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-
@TestOn('browser')
6-
library;
7-
85
import 'package:test/bootstrap/browser.dart';
96
import 'package:test/test.dart';
107
import 'package:ui/src/engine.dart';

lib/web_ui/test/engine/view_embedder/dimensions_provider/full_page_dimensions_provider_test.dart

Lines changed: 0 additions & 3 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-
@TestOn('browser')
6-
library;
7-
85
import 'dart:async';
96

107
import 'package:test/bootstrap/browser.dart';

lib/web_ui/test/engine/view_embedder/display_dpr_stream_test.dart

Lines changed: 0 additions & 3 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-
@TestOn('browser')
6-
library;
7-
85
import 'dart:async';
96

107
import 'package:test/bootstrap/browser.dart';

0 commit comments

Comments
 (0)