diff --git a/.github/workflows/web.yaml b/.github/workflows/web.yaml index ac49df7a10d7..6087dd4748d5 100644 --- a/.github/workflows/web.yaml +++ b/.github/workflows/web.yaml @@ -69,7 +69,7 @@ jobs: run: melos bootstrap --scope tests && melos bootstrap --scope "cloud_firestore*" - name: 'Install Tools' run: | - sudo npm i -g firebase-tools + sudo npm i -g firebase-tools@14.26.0 echo "FIREBASE_TOOLS_VERSION=$(npm firebase --version)" >> $GITHUB_ENV - name: Firebase Emulator Cache id: firebase-emulator-cache @@ -141,7 +141,7 @@ jobs: run: melos bootstrap --scope tests - name: 'Install Tools' run: | - sudo npm i -g firebase-tools + sudo npm i -g firebase-tools@14.26.0 echo "FIREBASE_TOOLS_VERSION=$(npm firebase --version)" >> $GITHUB_ENV - name: Firebase Emulator Cache id: firebase-emulator-cache @@ -225,7 +225,7 @@ jobs: run: melos bootstrap --scope tests && melos bootstrap --scope "cloud_firestore*" - name: 'Install Tools' run: | - sudo npm i -g firebase-tools + sudo npm i -g firebase-tools@14.26.0 echo "FIREBASE_TOOLS_VERSION=$(npm firebase --version)" >> $GITHUB_ENV - name: Firebase Emulator Cache id: firebase-emulator-cache diff --git a/tests/integration_test/firebase_auth/firebase_auth_e2e_test.dart b/tests/integration_test/firebase_auth/firebase_auth_e2e_test.dart index 7693e8ce69d4..3ce20ab43159 100644 --- a/tests/integration_test/firebase_auth/firebase_auth_e2e_test.dart +++ b/tests/integration_test/firebase_auth/firebase_auth_e2e_test.dart @@ -34,7 +34,6 @@ void main() { setUp(() async { // Reset users on emulator. await emulatorClearAllUsers(); - await ensureSignedOut(); try { await FirebaseAuth.instance.createUserWithEmailAndPassword(