From ffce14588c9e08fc3ac5d0905b859bc60fce78c7 Mon Sep 17 00:00:00 2001 From: Tim Sehn Date: Wed, 28 May 2025 11:45:18 -0700 Subject: [PATCH] Unskip test symbols in binary test --- integration-tests/bats/validation.bats | 2 -- 1 file changed, 2 deletions(-) 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" = "" ] }