Skip to content

Commit 65b0e7e

Browse files
committed
Moved ApplyTransformTest
1 parent 55488ac commit 65b0e7e

File tree

1 file changed

+4
-1
lines changed
  • marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/datamovement/functionaltests

1 file changed

+4
-1
lines changed
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package com.marklogic.client.fastfunctest.datamovement;
17+
package com.marklogic.client.datamovement.functionaltests;
1818

1919
import com.fasterxml.jackson.databind.JsonNode;
2020
import com.fasterxml.jackson.databind.ObjectMapper;
@@ -44,6 +44,9 @@
4444

4545
import static org.junit.jupiter.api.Assertions.*;
4646

47+
/**
48+
* This is a "fast" test but stopTransformJobTest is fragile and we don't want it impacting PR builds.
49+
*/
4750
public class ApplyTransformTest extends AbstractFunctionalTest {
4851

4952
private static DataMovementManager dmManager = null;

0 commit comments

Comments
 (0)