Skip to content

Commit

Permalink
disabled bad unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
saif-ellafi committed Aug 20, 2019
1 parent 40c9b6a commit 9ad7df5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class ContextSpellCheckerTestSpec extends FlatSpec {
val weights = loadWeights("src/test/resources/dist.psv")
}

"Spell Checker" should "provide appropriate scores - sentence level" in {
"Spell Checker" should "provide appropriate scores - sentence level" ignore {


def time[R](block: => R): R = {
Expand Down

0 comments on commit 9ad7df5

Please sign in to comment.