Skip to content

Commit 3670dd5

Browse files
author
akolic
committed
Trim unnecessary info from comment.
1 parent d75376b commit 3670dd5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sdk/mx.sdk/mx_sdk_benchmark.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1263,7 +1263,6 @@ def subgroup(self):
12631263
def benchmarkList(self, bmSuiteArgs):
12641264
exclude = []
12651265
# Barista currently does not support running 'micronaut-pegasus' on the JVM - running it results in a crash
1266-
# Fixing this is currently not a priority, since no one is trying to run this app on the JVM
12671266
exclude.append("micronaut-pegasus")
12681267
return [b for b in self.completeBenchmarkList(bmSuiteArgs) if not b in exclude]
12691268

0 commit comments

Comments
 (0)