Remove Quarkus tests workaround for log capturing
This commit is contained in:
parent
e7abfef3e7
commit
3244cd7f84
1 changed files with 0 additions and 2 deletions
|
@ -92,8 +92,6 @@ public class CLITestExtension extends QuarkusMainTestExtension {
|
||||||
} else {
|
} else {
|
||||||
configureProfile(context);
|
configureProfile(context);
|
||||||
configureDatabase(context);
|
configureDatabase(context);
|
||||||
// WORKAROUND: this intercepts the output when actually starting the server.
|
|
||||||
QuarkusConsole.installRedirects();
|
|
||||||
super.beforeEach(context);
|
super.beforeEach(context);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue