Re-enable some Java tests not actually being run #22439
This commit is contained in:
parent
cdad50a034
commit
0de28daefc
5 changed files with 12 additions and 6 deletions
|
|
@ -20,6 +20,7 @@ import java.util.concurrent.CompletionStage;
|
|||
import java.util.concurrent.ExecutionException;
|
||||
import java.util.concurrent.TimeUnit;
|
||||
|
||||
import docs.AbstractJavaTest;
|
||||
import scala.concurrent.duration.Duration;
|
||||
//#other-imports
|
||||
|
||||
|
|
@ -29,7 +30,7 @@ import org.junit.*;
|
|||
* This class is not meant to be run as a test in the test suite, but it
|
||||
* is set up such that it can be run interactively from within an IDE.
|
||||
*/
|
||||
public class QuickStartDocTest {
|
||||
public class QuickStartDocTest extends AbstractJavaTest {
|
||||
|
||||
static
|
||||
//#create-materializer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue