Remove Quarkus tests workaround for log capturing

This commit is contained in:
andreaTP 2022-02-02 17:37:45 +00:00 committed by Pedro Igor
parent e7abfef3e7
commit 3244cd7f84

View file

@ -92,8 +92,6 @@ public class CLITestExtension extends QuarkusMainTestExtension {
} else {
configureProfile(context);
configureDatabase(context);
// WORKAROUND: this intercepts the output when actually starting the server.
QuarkusConsole.installRedirects();
super.beforeEach(context);
}
}