We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 830ee9b commit 0f2e874Copy full SHA for 0f2e874
1 file changed
test/database.test.tsx
@@ -96,7 +96,7 @@ describe('Realtime Database (RTDB)', () => {
96
expect(values).toEqual([mockData1, mockData2]);
97
});
98
99
- // TODO(jhuleatt): Figure out why this test only passes if `firebase login` is run
+ // https://github.com/firebase/firebase-tools/issues/4368
100
it.skip('Returns different data for different queries on the same path', async () => {
101
const mockData1 = { a: 'hello' };
102
const mockData2 = { a: 'goodbye' };
0 commit comments