Skip to content

Commit

Permalink
Fixed Ice test
Browse files Browse the repository at this point in the history
  • Loading branch information
Rylern committed Nov 13, 2023
1 parent 9acacc0 commit 60ce745
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ static void createImageServerAndCheckIceAvailable() {

client.getSelectedPixelAPI().set(iceAPI);
imageServer = (OmeroImageServer) new OmeroImageServerBuilder().buildServer(getOrphanedImageURI());

Assumptions.assumeTrue(imageServer != null, "Aborting test: ICE image server creation failed");
}

@Test
Expand Down

0 comments on commit 60ce745

Please sign in to comment.