diff --git a/xls/modules/zstd/BUILD b/xls/modules/zstd/BUILD index 1ce5931703..fc9943071c 100644 --- a/xls/modules/zstd/BUILD +++ b/xls/modules/zstd/BUILD @@ -210,7 +210,6 @@ cc_test( ":frame_header_test_dslx", ], shard_count = 50, - tags = ["manual"], deps = [ ":data_generator", "//xls/common:xls_gunit_main", @@ -999,7 +998,6 @@ cc_test( ":zstd_dec_test.ir", ], shard_count = 50, - tags = ["manual"], deps = [ ":data_generator", "//xls/common:xls_gunit_main",