We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c593ee1 commit 89681f0Copy full SHA for 89681f0
smoke-tests/src/main/java/com/google/firebase/testing/TestSuite.java
@@ -31,7 +31,8 @@
31
DynamicLinksTest.class,
32
FirestoreTest.class,
33
FunctionsTest.class,
34
- RemoteConfigTest.class,
+ // TODO(yifany): Disable as it has been failing since 01/26. Troubleshooting offline.
35
+ // RemoteConfigTest.class,
36
StorageTest.class,
37
})
38
public final class TestSuite {}
0 commit comments