Skip to content

Commit

Permalink
test(firestore): reintegrate failing test (#10219)
Browse files Browse the repository at this point in the history
  • Loading branch information
russellwheatley authored Jan 5, 2023
1 parent 40b5aae commit 6380a27
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

import 'package:cloud_firestore/cloud_firestore.dart';
import 'package:firebase_core/firebase_core.dart';
import 'package:flutter/foundation.dart';
import 'package:flutter_test/flutter_test.dart';

import 'firebase_options_secondary.dart';
Expand Down Expand Up @@ -48,8 +47,6 @@ void runSecondAppTests() {
);
});
},
// Skip on android because the test continually times out on the CI. The test passes when running locally.
skip: defaultTargetPlatform == TargetPlatform.android,
);
});
}

0 comments on commit 6380a27

Please sign in to comment.