Skip to content

Commit e336abf

Browse files
committed
Writing out lsps.xml in each iteration leads to tests failing
1 parent 9d2db42 commit e336abf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/lsp/LSPControlerListener.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ public void notifyIterationStarts(IterationStartsEvent event) {
176176

177177
@Override
178178
public void notifyIterationEnds(IterationEndsEvent event) {
179-
var io = new OutputDirectoryHierarchy(scenario.getConfig());
180-
new LSPPlanXmlWriter(LSPUtils.getLSPs(scenario)).write(io.getIterationFilename(event.getIteration(), "lsps.xml"));
179+
// var io = new OutputDirectoryHierarchy(scenario.getConfig());
180+
// new LSPPlanXmlWriter(LSPUtils.getLSPs(scenario)).write(io.getIterationFilename(event.getIteration(), "lsps.xml"));
181181
}
182182
}

0 commit comments

Comments
 (0)