Skip to content

Commit

Permalink
[BEAM-5122][BEAM-7582] Re-enable ignored tests in PubsubJsonIT (#12750)
Browse files Browse the repository at this point in the history
* Re-enable ignored tests in PubsubJsonIT

* spotless
  • Loading branch information
TheNeuralBit authored Sep 1, 2020
1 parent d9e5c8f commit ab597ff
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@
import org.hamcrest.Matcher;
import org.joda.time.Duration;
import org.joda.time.Instant;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.runner.RunWith;
Expand Down Expand Up @@ -167,7 +166,6 @@ public void testSQLSelectsPayloadContent() throws Exception {
resultSignal.waitForSuccess(Duration.standardMinutes(5));
}

@Ignore("Disable flake tracked at https://issues.apache.org/jira/browse/BEAM-5122")
@Test
public void testUsesDlq() throws Exception {
String createTableString =
Expand Down Expand Up @@ -239,7 +237,6 @@ public void testUsesDlq() throws Exception {
}

@Test
@Ignore("https://jira.apache.org/jira/browse/BEAM-7582")
public void testSQLLimit() throws Exception {
String createTableString =
"CREATE EXTERNAL TABLE message (\n"
Expand Down

0 comments on commit ab597ff

Please sign in to comment.