Skip to content

Commit b5ba414

Browse files
committed
test(remote-config, e2e): logging no longer necessary, test not flaky
1 parent 5786641 commit b5ba414

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/remote-config/e2e/config.e2e.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,6 @@ describe('remoteConfig()', function () {
6868
firebase
6969
.remoteConfig()
7070
.lastFetchStatus.should.equal(firebase.remoteConfig.LastFetchStatus.SUCCESS);
71-
// TODO leave logger here - need to investigate flakey test
72-
// eslint-disable-next-line no-console
73-
console.log(firebase.remoteConfig().fetchTimeMillis, date);
7471
should.equal(firebase.remoteConfig().fetchTimeMillis >= date, true);
7572
});
7673
it('without expiration provided', function () {

0 commit comments

Comments
 (0)