Unskip test symbols in binary test

This commit is contained in:
Tim Sehn
2025-05-28 11:45:18 -07:00
parent b9b5176c1d
commit ffce14588c

View File

@@ -13,8 +13,6 @@ teardown() {
# that have nothing to do with product functionality directly.
@test "validation: no test symbols in binary" {
skip "temporarily disabled while we clean up the testify dependency coming in from GMS"
run grep_for_testify
[ "$output" = "" ]
}