5
0
mirror of https://github.com/apache/sqoop.git synced 2025-05-07 05:11:58 +08:00

SQOOP-2320: Sqoop2: AllTypesTest should be in slow category

(Abraham Elmahrek via Jarek Jarcec Cecho)
This commit is contained in:
Jarek Jarcec Cecho 2015-04-21 19:29:23 -07:00
parent 5297bf552a
commit 78af5eae9c

View File

@ -43,6 +43,7 @@
/** /**
* Test transfer of all supported data types. * Test transfer of all supported data types.
*/ */
@Test(groups = "slow")
public class AllTypesTest extends ConnectorTestCase implements ITest { public class AllTypesTest extends ConnectorTestCase implements ITest {
@DataProvider(name="all-types-test", parallel=true) @DataProvider(name="all-types-test", parallel=true)