quasarScan removal.

This commit is contained in:
rick.parker
2016-11-24 10:46:28 +00:00
parent b4288cf9dc
commit 8ec21eedb3
13 changed files with 5 additions and 76 deletions

View File

@ -134,11 +134,6 @@ class ClockUtilsTest {
}
}
/**
* If this test seems to hang and throw an NPE, then likely that quasar suspendables scanner has not been
* run on core module (in IntelliJ, open gradle side tab and run:
* r3prototyping -> core -> Tasks -> other -> quasarScan
*/
@Test
@Suspendable
fun `test waiting for a deadline with multiple clock advance and incomplete JDK8 future on Fibers`() {
@ -161,11 +156,6 @@ class ClockUtilsTest {
assertFalse(future.get(), "Should have reached deadline")
}
/**
* If this test seems to hang and throw an NPE, then likely that quasar suspendables scanner has not been
* run on core module (in IntelliJ, open gradle side tab and run:
* r3prototyping -> core -> Tasks -> other -> quasarScan
*/
@Test
@Suspendable
fun `test waiting for a deadline with multiple clock advance and incomplete Guava future on Fibers`() {