diff --git a/integration-tests/bats/validation.bats b/integration-tests/bats/validation.bats index 3752451a81..8a4e7ccc42 100644 --- a/integration-tests/bats/validation.bats +++ b/integration-tests/bats/validation.bats @@ -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" = "" ] }