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 07ab12f commit 15bae11Copy full SHA for 15bae11
language-adaptors/rxjava-scala/src/test/scala/rx/lang/scala/examples/RxJavaDemos.scala
@@ -26,8 +26,9 @@ import rx.lang.scala.examples.Olympics
26
import rx.lang.scala.Notification.OnCompleted
27
import rx.lang.scala.Notification.OnError
28
import rx.lang.scala.Notification.OnNext
29
+import org.scalatest.Ignore
30
-//@Ignore // Since this doesn't do automatic testing, don't increase build time unnecessarily
31
+@Ignore // Since this doesn't do automatic testing, don't increase build time unnecessarily
32
class RxScalaDemo extends JUnitSuite {
33
34
@Test def intervalExample() {
0 commit comments