Skip to content

Commit

Permalink
Disabled non-linux bounded portfolio test
Browse files Browse the repository at this point in the history
  • Loading branch information
leventeBajczi committed Nov 12, 2024
1 parent 38c8235 commit 913b15b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,7 @@ class XcfaCliVerifyTest {
@ParameterizedTest
@MethodSource("singleThreadedCFiles")
fun testCVerifyBoundedPortfolio(filePath: String, extraArgs: String?) {
Assumptions.assumeTrue(OsHelper.getOs().equals(OsHelper.OperatingSystem.LINUX))
val params =
arrayOf(
"--backend",
Expand Down

0 comments on commit 913b15b

Please sign in to comment.