From 447ba3bae6dbaec7b6cfa0950cd24f5c4fcf5025 Mon Sep 17 00:00:00 2001 From: Sivabalan Narayanan Date: Sun, 12 Apr 2020 22:38:56 -0400 Subject: [PATCH] [MINOR] Disabling flaky test in InlineFileSystem (#1510) --- .../org/apache/hudi/common/fs/inline/TestInLineFileSystem.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hudi-common/src/test/java/org/apache/hudi/common/fs/inline/TestInLineFileSystem.java b/hudi-common/src/test/java/org/apache/hudi/common/fs/inline/TestInLineFileSystem.java index 3e10c4b14..1ef073727 100644 --- a/hudi-common/src/test/java/org/apache/hudi/common/fs/inline/TestInLineFileSystem.java +++ b/hudi-common/src/test/java/org/apache/hudi/common/fs/inline/TestInLineFileSystem.java @@ -115,7 +115,8 @@ public class TestInLineFileSystem { } } - @Test + // @Test + // Disabling flaky test for now https://issues.apache.org/jira/browse/HUDI-786 public void testFileSystemApis() throws IOException { OuterPathInfo outerPathInfo = generateOuterFileAndGetInfo(1000); Path inlinePath = FileSystemTestUtils.getPhantomFile(outerPathInfo.outerPath, outerPathInfo.startOffset, outerPathInfo.length);