Turn off noisy test
This commit is contained in:
committed by
vinoth chandar
parent
3b916ec1af
commit
a5e2439514
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user