Skip to content

Commit 50ca4c5

Browse files
Remove the failing integration test
- Remove the failing integration test added in #524 to test the nightly email notifications Note: staging to trigger integration tests. All tests should pass.
1 parent 1a6a00d commit 50ca4c5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/test/java/com/google/firebase/remoteconfig/FirebaseRemoteConfigIT.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,6 @@ public static void setUpClass() {
5353
remoteConfig = FirebaseRemoteConfig.getInstance(IntegrationTestUtils.ensureDefaultApp());
5454
}
5555

56-
@Test
57-
public void testToTriggerNightlyEmailNotifications() {
58-
assertEquals("a", "b");
59-
}
60-
6156
@Test
6257
public void testValidateTemplate() throws FirebaseRemoteConfigException {
6358
final Template inputTemplate = remoteConfig.getTemplate();

0 commit comments

Comments
 (0)