Skip to content

Commit

Permalink
unignore tests, rerun 5 times without failings (#9329)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssvir committed May 15, 2024
1 parent 88da97f commit 7239b64
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
import java.util.concurrent.TimeUnit;
import java.util.concurrent.TimeoutException;
import org.junit.Assert;
import org.junit.Ignore;
import org.junit.jupiter.api.AfterAll;
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.BeforeAll;
Expand All @@ -49,7 +48,6 @@

@RunWith(JUnit4.class)
@Timeout(value = 10, unit = TimeUnit.MINUTES)
@Ignore("TODO: Fix https://github.com/GoogleCloudPlatform/java-docs-samples/issues/8965")
public class InstancesAdvancedIT {

private static final String PROJECT_ID = System.getenv("GOOGLE_CLOUD_PROJECT");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
import java.util.concurrent.ExecutionException;
import java.util.concurrent.TimeUnit;
import java.util.concurrent.TimeoutException;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.jupiter.api.AfterAll;
import org.junit.jupiter.api.AfterEach;
Expand All @@ -46,7 +45,6 @@

@RunWith(JUnit4.class)
@Timeout(value = 10, unit = TimeUnit.MINUTES)
@Ignore("TODO: Fix https://github.com/GoogleCloudPlatform/java-docs-samples/issues/8965")
public class CustomMachineTypeIT {

private static final String PROJECT_ID = System.getenv("GOOGLE_CLOUD_PROJECT");
Expand Down

0 comments on commit 7239b64

Please sign in to comment.