Skip to content

Commit 0d578c9

Browse files
committed
Update tests
1 parent c41e9d1 commit 0d578c9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/flutter/test/replay/replay_native_test.dart

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,7 @@ void main() {
160160
replayConfig['scope.replayId'] = null;
161161
await captureAndVerify();
162162
});
163-
},
164-
timeout: Timeout(Duration(seconds: 10)),
165-
skip: mockPlatform.isAndroid);
163+
}, timeout: Timeout(Duration(seconds: 10)), skip: !mockPlatform.isIOS);
166164
});
167165
});
168166
}

0 commit comments

Comments
 (0)