We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcc8c17 commit 2bfd774Copy full SHA for 2bfd774
1 file changed
src/test/kotlin/org/openmbee/flexo/mms/util/Common.kt
@@ -44,7 +44,7 @@ open class CommonSpec : StringSpec() {
44
super.afterEach(testCase, result)
45
46
// prep output file
47
- val exportFile = File("build/reports/tests/trig/${escapeFileName(testCase.name.name)}.trig")
+ /*val exportFile = File("build/reports/tests/trig/${escapeFileName(testCase.name.name)}.trig")
48
49
if (!exportFile.parentFile.exists())
50
exportFile.parentFile.mkdirs()
@@ -61,7 +61,7 @@ open class CommonSpec : StringSpec() {
61
// dump all graphs
62
RDFConnection.connect(backend.getGspUrl()).use {
63
RDFDataMgr.write(out, it.fetchDataset(), RDFFormat.TRIG)
64
- }
+ }*/
65
}
66
67
override suspend fun afterSpec(spec: Spec) {
0 commit comments