Skip to content

Commit

Permalink
Remove ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
KaterynaSenchenko committed Mar 23, 2022
1 parent 81cfdc1 commit 763a4d9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,6 @@
<include>**/storage/external/failure/ExternalStorageFailureSuite.class</include>
<include>org/folio/inventory/**</include>
</includes>
<testFailureIgnore>true</testFailureIgnore>
</configuration>
</plugin>
<plugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,15 @@
import org.folio.inventory.common.VertxAssistant;
import org.junit.AfterClass;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;

import com.github.tomakehurst.wiremock.client.MappingBuilder;
import com.github.tomakehurst.wiremock.junit.WireMockRule;

import io.vertx.core.Vertx;
import io.vertx.core.json.JsonObject;
import io.vertx.ext.web.client.WebClient;
import lombok.SneakyThrows;
@Ignore

public class OkapiHttpClientTests {
private static VertxAssistant vertxAssistant;

Expand Down

0 comments on commit 763a4d9

Please sign in to comment.