Skip to content

Commit

Permalink
Merge pull request #758 from loicmathieu/fix/re-enable-test
Browse files Browse the repository at this point in the history
Revert "Disable temporarily FirebaseEmulatorContainerIntegrationTest …
  • Loading branch information
loicmathieu authored Jan 28, 2025
2 parents ad6976a + 5c8cda1 commit f85aaf9
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@

import org.junit.jupiter.api.AfterAll;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.testcontainers.junit.jupiter.Testcontainers;

Expand Down Expand Up @@ -49,7 +48,6 @@
import io.grpc.ManagedChannelBuilder;

@Testcontainers
@Disabled("Temporarily for the release, see https://github.com/quarkiverse/quarkus-google-cloud-services/issues/754")
public class FirebaseEmulatorContainerIntegrationTest {

private static final File tempDataParent;
Expand Down

0 comments on commit f85aaf9

Please sign in to comment.