Skip to content

Commit

Permalink
Disable temporarily FirebaseEmulatorContainerIntegrationTest for the …
Browse files Browse the repository at this point in the history
…release
  • Loading branch information
loicmathieu committed Jan 28, 2025
1 parent 1c62ee8 commit 7bdd229
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

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 @@ -48,6 +49,7 @@
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 7bdd229

Please sign in to comment.