Skip to content

Commit

Permalink
Removed @ignore from tests
Browse files Browse the repository at this point in the history
CI's bug is from Github Actions:
actions/runner-images#3185
  • Loading branch information
netanel246 committed Jun 2, 2021
1 parent d7abe09 commit 6001287
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
* 2. private testUsingWKBSerde
* 3. wkbSerde
*/
@Ignore
public class GeometrySerdeTest
{
private final Kryo kryo = new Kryo();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

import static org.junit.Assert.assertEquals;

@Ignore
public class SedonaKryoRegistratorTest extends TestBase {

public static JavaSparkContext sc;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

import static org.junit.Assert.assertEquals;

@Ignore
public class SedonaWKBKryoRegistratorTest extends TestBase {

public static JavaSparkContext sc;
Expand Down

0 comments on commit 6001287

Please sign in to comment.