Skip to content

Commit 0f2e874

Browse files
committed
investigate DB tests
1 parent 830ee9b commit 0f2e874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/database.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ describe('Realtime Database (RTDB)', () => {
9696
expect(values).toEqual([mockData1, mockData2]);
9797
});
9898

99-
// TODO(jhuleatt): Figure out why this test only passes if `firebase login` is run
99+
// https://github.com/firebase/firebase-tools/issues/4368
100100
it.skip('Returns different data for different queries on the same path', async () => {
101101
const mockData1 = { a: 'hello' };
102102
const mockData2 = { a: 'goodbye' };

0 commit comments

Comments
 (0)