Skip to content

Commit 8faa343

Browse files
committed
bazel: disable flacky strawberry_fields_with_column_generation_test
1 parent dde278d commit 8faa343

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

examples/cpp/BUILD.bazel

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -647,6 +647,9 @@ bintest(
647647
name = "strawberry_fields_with_column_generation_test",
648648
size = "large",
649649
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"],
650653
named_data = {"strawberry_fields_with_column_generation": ":strawberry_fields_with_column_generation"},
651654
)
652655

0 commit comments

Comments
 (0)