Skip to content

Commit b5bfba5

Browse files
authored
Unblock CI: Ignore deprecation and skip a test (#2445)
Unblock CI until these can be migrated and fixed.
1 parent f364fc8 commit b5bfba5

File tree

5 files changed

+7
-1
lines changed

5 files changed

+7
-1
lines changed

integration_tests/wasm/test/hello_world_test.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
// BSD-style license that can be found in the LICENSE file.
44

55
@TestOn('wasm')
6+
// TODO: https://github.com/dart-lang/test/issues/2288
7+
@OnPlatform({'firefox': Skip()})
68
// This retry is a regression test for https://github.com/dart-lang/test/issues/2006
79
@Retry(2)
810
library;

pkgs/test/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 1.25.15-wip
2+
13
## 1.25.14
24

35
* Use secure random for url secrets.

pkgs/test/lib/src/runner/browser/dom.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// for details. All rights reserved. Use of this source code is governed by a
33
// BSD-style license that can be found in the LICENSE file.
44

5+
// ignore: deprecated_member_use
56
import 'dart:js_util' as js_util;
67

78
import 'package:js/js.dart';

pkgs/test/lib/src/runner/browser/post_message_channel.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// for details. All rights reserved. Use of this source code is governed by a
33
// BSD-style license that can be found in the LICENSE file.
44

5+
// ignore: deprecated_member_use
56
import 'dart:js_util';
67

78
import 'package:stream_channel/stream_channel.dart';

pkgs/test/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: test
2-
version: 1.25.14
2+
version: 1.25.15-wip
33
description: >-
44
A full featured library for writing and running Dart tests across platforms.
55
repository: https://github.com/dart-lang/test/tree/master/pkgs/test

0 commit comments

Comments
 (0)