Skip to content

Commit

Permalink
trigger test
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedabu98 committed Nov 13, 2024
1 parent 7ad648e commit c24d028
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
import org.joda.time.Instant;
import org.junit.AfterClass;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.TestName;
Expand Down Expand Up @@ -89,6 +90,7 @@ public static void cleanup() {
}

@Test
@Ignore
public void testBatchFileLoadsWriteRead() {
String table =
String.format("%s:%s.%s", PROJECT, BIG_QUERY_DATASET_ID, testName.getMethodName());
Expand Down

0 comments on commit c24d028

Please sign in to comment.