1
0

[HUDI-2273] Migrating some long running tests to functional test profile (#3398)

This commit is contained in:
Sivabalan Narayanan
2021-08-04 19:08:50 -04:00
committed by GitHub
parent 5574e092fb
commit 1df5ded433
12 changed files with 119 additions and 21 deletions

View File

@@ -474,5 +474,17 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-runner</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-suite-api</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>