Skip to content

Commit

Permalink
Temporarily disable CLI tests due to race condition.
Browse files Browse the repository at this point in the history
This race condition is not caused by production code--just the tests. #266
has been filed to fix this.
  • Loading branch information
dlurton committed Sep 30, 2020
1 parent 42d07c4 commit f6782f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/test/org/partiql/cli/ReplTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import org.junit.*
import org.junit.Assert.*
import org.partiql.lang.*
import java.io.*
import java.lang.StringBuilder
import java.util.concurrent.*
import kotlin.concurrent.*

Expand Down Expand Up @@ -147,6 +146,7 @@ private class ReplTester(bindings: Bindings = Bindings.EMPTY) {

}

@Ignore("https://github.com/partiql/partiql-lang-kotlin/issues/266")
class ReplTest {

@Test
Expand Down

0 comments on commit f6782f2

Please sign in to comment.