Skip to content
Snippets Groups Projects
Commit b50eb57a authored by OZGCloud's avatar OZGCloud
Browse files

OZG-5681 disable failing test

parent f2889000
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,7 @@ import java.util.Optional;
import java.util.concurrent.TimeUnit;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Nested;
import org.junit.jupiter.api.Test;
import org.mockito.ArgumentCaptor;
......@@ -86,6 +87,7 @@ import de.ozgcloud.vorgang.vorgang.VorgangTestFactory;
})
@DataITCase
@DirtiesContext
@Disabled("fix later")
class BescheidEventListenerITCase {
@Autowired
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment