File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,9 @@ cc_test(
2121 includes = [
2222 "../src" ,
2323 ],
24+
25+ # TODO(https://github.com/The-OpenROAD-Project/OpenROAD/issues/8599): re-enable once issue is resolved.
26+ tags = ["manual" ],
2427 deps = [
2528 ":test_helpers" ,
2629 "//src/dst" ,
@@ -43,6 +46,8 @@ cc_test(
4346 includes = [
4447 "../src" ,
4548 ],
49+ # TODO(https://github.com/The-OpenROAD-Project/OpenROAD/issues/8599): re-enable once issue is resolved.
50+ tags = ["manual" ],
4651 deps = [
4752 ":test_helpers" ,
4853 "//src/dst" ,
@@ -66,6 +71,9 @@ cc_test(
6671 includes = [
6772 "../src" ,
6873 ],
74+
75+ # TODO(https://github.com/The-OpenROAD-Project/OpenROAD/issues/8599): re-enable once issue is resolved.
76+ tags = ["manual" ],
6977 deps = [
7078 ":test_helpers" ,
7179 "//src/dst" ,
You can’t perform that action at this time.
0 commit comments