1
0

Turn off noisy test

This commit is contained in:
Vinoth Chandar
2019-05-30 20:21:54 -07:00
committed by vinoth chandar
parent 3b916ec1af
commit a5e2439514

View File

@@ -187,7 +187,8 @@ class DataSourceTest extends AssertionsForJUnit {
assertEquals(hoodieIncViewDF2.count(), insert2NewKeyCnt) assertEquals(hoodieIncViewDF2.count(), insert2NewKeyCnt)
} }
@Test def testStructuredStreaming(): Unit = { //@Test (TODO: re-enable after fixing noisyness)
def testStructuredStreaming(): Unit = {
fs.delete(new Path(basePath), true) fs.delete(new Path(basePath), true)
val sourcePath = basePath + "/source" val sourcePath = basePath + "/source"
val destPath = basePath + "/dest" val destPath = basePath + "/dest"