Skip to content

Commit 18a5a67

Browse files
committed
switch to OK... we're not actually testing anything with SLOW
1 parent 3ad2e84 commit 18a5a67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tika-pipes/tika-pipes-integration-tests/src/test/java/org/apache/tika/pipes/core/SharedServerModeTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ public void testMultipleSequentialRequests(@TempDir Path tmp) throws Exception {
191191
@Test
192192
public void testGracefulShutdown(@TempDir Path tmp) throws Exception {
193193
Path inputDir = setupInputDir(tmp);
194-
Files.writeString(inputDir.resolve("test.xml"), MOCK_SLOW, StandardCharsets.UTF_8);
194+
Files.writeString(inputDir.resolve("test.xml"), MOCK_OK, StandardCharsets.UTF_8);
195195

196196
Path tikaConfigPath = PluginsTestHelper.getFileSystemFetcherConfig(
197197
"tika-config-shared-server.json", tmp, inputDir, tmp.resolve("output"), false);

0 commit comments

Comments
 (0)