Skip to content

Commit

Permalink
Ignore RemovingST
Browse files Browse the repository at this point in the history
  • Loading branch information
solth committed Sep 1, 2023
1 parent e4ba00f commit 2b47a26
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Kitodo/src/test/java/org/kitodo/selenium/RemovingST.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@

package org.kitodo.selenium;

import org.junit.After;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Test;
import org.junit.*;
import org.kitodo.selenium.testframework.BaseTestSelenium;
import org.kitodo.selenium.testframework.Pages;
import org.kitodo.selenium.testframework.pages.ProcessesPage;
Expand All @@ -24,6 +21,7 @@

import static org.junit.Assert.assertTrue;

@Ignore
public class RemovingST extends BaseTestSelenium {

private static UsersPage usersPage;
Expand Down

0 comments on commit 2b47a26

Please sign in to comment.