Skip to content

Commit

Permalink
test: disable proto column tests
Browse files Browse the repository at this point in the history
  • Loading branch information
harshachinta committed Feb 2, 2024
1 parent 4d9c856 commit af1dfb3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,14 @@
import org.junit.AfterClass;
import org.junit.BeforeClass;
import org.junit.ClassRule;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.experimental.categories.Category;
import org.junit.runner.RunWith;
import org.junit.runners.JUnit4;

// Integration Tests to test DDL, DML and DQL for Proto Columns and Enums
@Ignore("Feature is not yet enabled in production")
@Category(ParallelIntegrationTest.class)
@RunWith(JUnit4.class)
public class ITProtoColumnTest {
Expand Down

0 comments on commit af1dfb3

Please sign in to comment.