Skip to content

Commit

Permalink
Revert "Disable one flaky tests in emulator. (#1205)" (#1227)
Browse files Browse the repository at this point in the history
This reverts commit 19660d9.
  • Loading branch information
yuchenshi authored and xil222 committed May 26, 2021
1 parent a9a89ed commit 37c28a1
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions test/integration/auth.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -441,12 +441,8 @@ describe('admin.auth', () => {
.then((listUsersResult) => {
// Confirm expected number of users.
expect(listUsersResult.users.length).to.equal(2);
// TODO(yuchenshi): Investigate on why this is flaky in emulator.
if (!authEmulatorHost) {
// Confirm next page token present.
expect(typeof listUsersResult.pageToken).to.equal('string');
}

// Confirm next page token present.
expect(typeof listUsersResult.pageToken).to.equal('string');
// Confirm each user's uid and the hashed passwords.
expect(listUsersResult.users[0].uid).to.equal(uids[1]);

Expand Down

0 comments on commit 37c28a1

Please sign in to comment.