We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dde278d commit 8faa343Copy full SHA for 8faa343
1 file changed
examples/cpp/BUILD.bazel
@@ -647,6 +647,9 @@ bintest(
647
name = "strawberry_fields_with_column_generation_test",
648
size = "large",
649
srcs = [":strawberry_fields_with_column_generation_test.bintest"],
650
+ # flacky on almalinux and rockylinux
651
+ # see: https://github.com/google/or-tools/issues/5118
652
+ tags = ["manual"],
653
named_data = {"strawberry_fields_with_column_generation": ":strawberry_fields_with_column_generation"},
654
)
655
0 commit comments