Skip to content

Commit

Permalink
GH-3890 disable slow test
Browse files Browse the repository at this point in the history
  • Loading branch information
hmottestad committed May 15, 2022
1 parent eaed938 commit c8856e3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

package org.eclipse.rdf4j.sail.shacl.benchmark;

import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.parallel.Isolated;
Expand All @@ -28,6 +29,7 @@
public class BenchmarkIT {

@Test
@Disabled
public void test() throws RunnerException {
Options opt = new OptionsBuilder()
.include("")
Expand Down

0 comments on commit c8856e3

Please sign in to comment.