Skip to content

Commit

Permalink
Skip global_native_test
Browse files Browse the repository at this point in the history
  • Loading branch information
liamappelbe committed Jan 5, 2025
1 parent 02de189 commit 286fe26
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion pkgs/ffigen/test/native_objc_test/global_native_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
@TestOn('mac-os')

// TODO(https://github.com/dart-lang/native/issues/1435): Fix flakiness.
@Retry(3)
@Skip()

import 'dart:ffi';
import 'dart:io';
Expand Down
3 changes: 0 additions & 3 deletions pkgs/ffigen/test/native_objc_test/global_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
// Objective C support is only available on mac.
@TestOn('mac-os')

// TODO(https://github.com/dart-lang/native/issues/1435): Fix flakiness.
@Retry(3)

import 'dart:ffi';
import 'dart:io';

Expand Down

0 comments on commit 286fe26

Please sign in to comment.