Skip to content

Commit 2bfd774

Browse files
committed
stop saving graphs for each test
1 parent fcc8c17 commit 2bfd774

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • src/test/kotlin/org/openmbee/flexo/mms/util

src/test/kotlin/org/openmbee/flexo/mms/util/Common.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ open class CommonSpec : StringSpec() {
4444
super.afterEach(testCase, result)
4545

4646
// prep output file
47-
val exportFile = File("build/reports/tests/trig/${escapeFileName(testCase.name.name)}.trig")
47+
/*val exportFile = File("build/reports/tests/trig/${escapeFileName(testCase.name.name)}.trig")
4848
4949
if (!exportFile.parentFile.exists())
5050
exportFile.parentFile.mkdirs()
@@ -61,7 +61,7 @@ open class CommonSpec : StringSpec() {
6161
// dump all graphs
6262
RDFConnection.connect(backend.getGspUrl()).use {
6363
RDFDataMgr.write(out, it.fetchDataset(), RDFFormat.TRIG)
64-
}
64+
}*/
6565
}
6666

6767
override suspend fun afterSpec(spec: Spec) {

0 commit comments

Comments
 (0)