Skip to content

Commit

Permalink
Merge pull request #760 from loicmathieu/fix/disable-test-for-release
Browse files Browse the repository at this point in the history
Disable temporarily FirebaseEmulatorContainerIntegrationTest for the …
  • Loading branch information
loicmathieu authored Jan 29, 2025
2 parents bad3559 + 1c33a96 commit aa51bd0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@
import java.net.http.HttpResponse;
import java.util.Set;

import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.testcontainers.junit.jupiter.Container;
import org.testcontainers.junit.jupiter.Testcontainers;

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

private static final File tempEmulatorDataDir;
Expand Down
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 aa51bd0

Please sign in to comment.