Skip to content

Commit

Permalink
Ignoring test for #334
Browse files Browse the repository at this point in the history
  • Loading branch information
luigi-asprino committed Feb 6, 2023
1 parent 42c4e14 commit d59771a
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -636,8 +636,9 @@ public void testIssue295() throws URISyntaxException, IOException {
* @throws IOException
*/
@Test
@Ignore
public void testIssue334() throws URISyntaxException, IOException {
// System.setProperty("org.slf4j.simpleLogger.log.com.github.sparqlanything", "Trace");
System.setProperty("org.slf4j.simpleLogger.log.com.github.sparqlanything", "Trace");
// System.setProperty("org.slf4j.simpleLogger.log.com.github.sparqlanything.model.HTTPHelper", "ERROR");
// System.setProperty("org.slf4j.simpleLogger.log.com.github.sparqlanything.engine.TriplifierRegister", "ERROR");
// System.setProperty("org.slf4j.simpleLogger.log.com.github.sparqlanything.engine.FacadeX", "ERROR");
Expand All @@ -652,6 +653,8 @@ public void testIssue334() throws URISyntaxException, IOException {

query = QueryFactory.create(queryStr);



QueryExecution qExec = QueryExecutionFactory.create(query, ds);

qExec.execConstruct().write(System.out, "TTL");
Expand Down

0 comments on commit d59771a

Please sign in to comment.