[MINOR] Disabling flaky test in InlineFileSystem (#1510)
This commit is contained in:
committed by
GitHub
parent
6d7ca2cf7e
commit
447ba3bae6
@@ -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 {
|
public void testFileSystemApis() throws IOException {
|
||||||
OuterPathInfo outerPathInfo = generateOuterFileAndGetInfo(1000);
|
OuterPathInfo outerPathInfo = generateOuterFileAndGetInfo(1000);
|
||||||
Path inlinePath = FileSystemTestUtils.getPhantomFile(outerPathInfo.outerPath, outerPathInfo.startOffset, outerPathInfo.length);
|
Path inlinePath = FileSystemTestUtils.getPhantomFile(outerPathInfo.outerPath, outerPathInfo.startOffset, outerPathInfo.length);
|
||||||
|
|||||||
Reference in New Issue
Block a user