Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
buenaflor committed Nov 18, 2024
1 parent 9be4829 commit 4def0ce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion flutter/example/integration_test/app_start_test.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import 'dart:io';

import 'package:flutter/material.dart';
import 'package:flutter/src/scheduler/binding.dart';
import 'package:flutter_test/flutter_test.dart';
Expand Down Expand Up @@ -58,7 +60,7 @@ void main() {
expect(transaction.measurements, isNotEmpty);
expect(transaction.measurements['time_to_initial_display'], isNotNull);
expect(transaction.measurements['app_start_cold'], isNotNull);
});
}, skip: Platform.isMacOS);
}

class _IntegrationFrameCallbackHandler implements FrameCallbackHandler {
Expand Down

0 comments on commit 4def0ce

Please sign in to comment.