re-disable window test
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit
This commit is contained in:
parent
f7d1bbed70
commit
e18d06e454
@ -1,6 +1,9 @@
|
||||
package electrosphere.renderer.ui.elements;
|
||||
|
||||
import electrosphere.test.annotations.IntegrationTest;
|
||||
|
||||
import org.junit.jupiter.api.Disabled;
|
||||
|
||||
import electrosphere.menu.WindowUtils;
|
||||
import electrosphere.menu.mainmenu.MenuGeneratorsUITesting;
|
||||
import electrosphere.test.template.UITestTemplate;
|
||||
@ -14,6 +17,7 @@ public class WindowTest extends UITestTemplate {
|
||||
/**
|
||||
* Tests creating a window
|
||||
*/
|
||||
@Disabled
|
||||
@IntegrationTest
|
||||
public void testCreateWindow(){
|
||||
//create ui testing window
|
||||
|
||||
Loading…
Reference in New Issue
Block a user