We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 844c855 commit 43fe1a8Copy full SHA for 43fe1a8
core/src/test/scala/specification.scala
@@ -27,7 +27,7 @@ import org.dianahep.histogrammar.json._
27
case class X(positive: Double, boolean: Boolean, strings: String, noholes: Double, withholes: Double)
28
29
// Turned off because it uses too much memory in JDK 7 and gets killed by Travis-CI.
30
-class SpecificationSuite extends FlatSpec with Matchers {
+@Ignore class SpecificationSuite extends FlatSpec with Matchers {
31
32
// used for all equality operations, on both Container and Json subclasses
33
val tolerance = 1e-12
0 commit comments