Skip to content

Commit 58adf67

Browse files
committed
fix(bigtable): allow bulkTests profile to skip unit tests by removing explicit skipTests override
1 parent c18141d commit 58adf67

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • java-bigtable/google-cloud-bigtable

java-bigtable/google-cloud-bigtable/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121

2222
<!-- Enable the ability to skip unit tests and only run integration tests,
2323
while still respecting global skipTests override. -->
24-
<skipTests>false</skipTests>
2524
<skipUnitTests>${skipTests}</skipUnitTests>
2625
<skipITs>${skipTests}</skipITs>
2726
<!-- Configure test logging output. By default tests print info logs to stdout/err.

0 commit comments

Comments
 (0)