ignore -> test
Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/commit/0601716d Tree: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/tree/0601716d Diff: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/diff/0601716d Branch: refs/heads/master Commit: 0601716de2b546690729f8612718b84106bdb56f Parents: 501716c Author: daewon <dae...@apache.org> Authored: Wed May 2 11:15:13 2018 +0900 Committer: daewon <dae...@apache.org> Committed: Wed May 2 11:15:13 2018 +0900 ---------------------------------------------------------------------- .../src/test/scala/org/apache/s2graph/s2jobs/task/SourceTest.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/0601716d/s2jobs/src/test/scala/org/apache/s2graph/s2jobs/task/SourceTest.scala ---------------------------------------------------------------------- diff --git a/s2jobs/src/test/scala/org/apache/s2graph/s2jobs/task/SourceTest.scala b/s2jobs/src/test/scala/org/apache/s2graph/s2jobs/task/SourceTest.scala index f1d1bb1..4715bd6 100644 --- a/s2jobs/src/test/scala/org/apache/s2graph/s2jobs/task/SourceTest.scala +++ b/s2jobs/src/test/scala/org/apache/s2graph/s2jobs/task/SourceTest.scala @@ -113,7 +113,7 @@ class SourceTest extends BaseSparkTest { inputEdges shouldBe outputEdges } - ignore("S2GraphSource vertex toDF") { + test("S2GraphSource vertex toDF") { val column = initTestVertexSchema(s2) val label = initTestEdgeSchema(s2, tableName, schemaVersion, compressionAlgorithm)