Skip to content

Commit

Permalink
fix: ldio application
Browse files Browse the repository at this point in the history
  • Loading branch information
Yalz committed Nov 13, 2023
1 parent bffa870 commit 1135039
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 91 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import org.apache.jena.rdf.model.Model;
import org.apache.jena.rdf.model.ModelFactory;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;

import java.time.LocalDateTime;
Expand All @@ -13,7 +12,6 @@
class TimestampFromCurrentTimeExtractorTest {

@Test
@Disabled
void extractTimestamp() {
Model model = ModelFactory.createDefaultModel();

Expand All @@ -25,4 +23,4 @@ void extractTimestamp() {
assertTrue(result.isAfter(LocalDateTime.now().minusMinutes(5)));
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

@RestController
@RequestMapping(path = "/admin/api/v1/pipeline")
// TODO redefine pipelinestatus feature
public class PipelineController {

private final ApplicationEventPublisher applicationEventPublisher;
Expand Down

This file was deleted.

0 comments on commit 1135039

Please sign in to comment.