Skip to content

Commit c85a364

Browse files
committed
cts: in bzl, add gated_clock2.def to skip_nets resources
Signed-off-by: Matt Liberty <[email protected]>
1 parent d45f252 commit c85a364

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/cts/test/BUILD

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,9 @@ filegroup(
161161
"max_cap": [
162162
"//src/rsz/test:hi_fanout.tcl",
163163
],
164+
"skip_nets": [
165+
"gated_clock2.def",
166+
],
164167
}.get(test_name, []),
165168
)
166169
for test_name in ALL_TESTS

0 commit comments

Comments
 (0)