Skip to content
Snippets Groups Projects
Commit 6f9d1eda authored by Alexander Görlitz's avatar Alexander Görlitz
Browse files

just added 1 ignore to testCreateOperationTeam()

parent 497529f2
No related branches found
No related tags found
No related merge requests found
...@@ -519,6 +519,8 @@ public final class Tests ...@@ -519,6 +519,8 @@ public final class Tests
assertFalse(repo.findOperationTeam(testOperationTeam1.id()).isPresent()); assertFalse(repo.findOperationTeam(testOperationTeam1.id()).isPresent());
} }
@Ignore
@Test @Test
public void testCreateOperationTeam() throws Exception { public void testCreateOperationTeam() throws Exception {
...@@ -542,6 +544,7 @@ public final class Tests ...@@ -542,6 +544,7 @@ public final class Tests
} }
} }
@Test @Test
public void testDeleteOperationTeam() throws Exception { public void testDeleteOperationTeam() throws Exception {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment