1
0

[MINOR] Disabling flaky test in InlineFileSystem (#1510)

This commit is contained in:
Sivabalan Narayanan
2020-04-12 22:38:56 -04:00
committed by GitHub
parent 6d7ca2cf7e
commit 447ba3bae6

View File

@@ -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);