Skip to content

Commit

Permalink
disabled test due to low resources in CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
sven-h committed Oct 4, 2023
1 parent f203a48 commit 4240228
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,11 @@
import org.apache.jena.vocabulary.RDFS;
import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.*;
import org.junit.jupiter.api.Disabled;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

@Disabled("Disabled due to low resources on CI Pipeline.")
public class TransformersFilterTest {
private static final Logger LOGGER = LoggerFactory.getLogger(TransformersFilterTest.class);

Expand Down

0 comments on commit 4240228

Please sign in to comment.