Skip to content

Commit 68715c2

Browse files
Merge pull request #408 from samuelgruetter/idiomaticscala
Do not run RxScalaDemo on each build
2 parents 26f5a66 + 28fe2e2 commit 68715c2

File tree

1 file changed

+1
-1
lines changed
  • language-adaptors/rxjava-scala/src/main/scala/rx/lang/scala/examples

1 file changed

+1
-1
lines changed

language-adaptors/rxjava-scala/src/main/scala/rx/lang/scala/examples/RxScalaDemo.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import org.junit.{Before, Test, Ignore}
2323
import org.junit.Assert._
2424
import rx.lang.scala.concurrency.NewThreadScheduler
2525

26-
//@Ignore // Since this doesn't do automatic testing, don't increase build time unnecessarily
26+
@Ignore // Since this doesn't do automatic testing, don't increase build time unnecessarily
2727
class RxScalaDemo extends JUnitSuite {
2828

2929
@Test def intervalExample() {

0 commit comments

Comments
 (0)