This is an automated email from the ASF dual-hosted git repository. tballison pushed a commit to branch fix-flaky-test-maybe in repository https://gitbox.apache.org/repos/asf/tika.git
commit 18a5a67928ba42b35e82dd510630b8a9ee5cf55f Author: tallison <[email protected]> AuthorDate: Sun Apr 26 07:21:46 2026 -0400 switch to OK... we're not actually testing anything with SLOW --- .../src/test/java/org/apache/tika/pipes/core/SharedServerModeTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tika-pipes/tika-pipes-integration-tests/src/test/java/org/apache/tika/pipes/core/SharedServerModeTest.java b/tika-pipes/tika-pipes-integration-tests/src/test/java/org/apache/tika/pipes/core/SharedServerModeTest.java index 0aefd6dc46..a5d30e9b75 100644 --- a/tika-pipes/tika-pipes-integration-tests/src/test/java/org/apache/tika/pipes/core/SharedServerModeTest.java +++ b/tika-pipes/tika-pipes-integration-tests/src/test/java/org/apache/tika/pipes/core/SharedServerModeTest.java @@ -191,7 +191,7 @@ public class SharedServerModeTest { @Test public void testGracefulShutdown(@TempDir Path tmp) throws Exception { Path inputDir = setupInputDir(tmp); - Files.writeString(inputDir.resolve("test.xml"), MOCK_SLOW, StandardCharsets.UTF_8); + Files.writeString(inputDir.resolve("test.xml"), MOCK_OK, StandardCharsets.UTF_8); Path tikaConfigPath = PluginsTestHelper.getFileSystemFetcherConfig( "tika-config-shared-server.json", tmp, inputDir, tmp.resolve("output"), false);
