Skip to content

Commit 27e2e53

Browse files
authored
Merge pull request #9261 from dolthub/tim/fix-skipped-bats
Unskip no test symbols in binary test
2 parents 51bfbfd + ffce145 commit 27e2e53

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

integration-tests/bats/validation.bats

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ teardown() {
1313
# that have nothing to do with product functionality directly.
1414

1515
@test "validation: no test symbols in binary" {
16-
skip "temporarily disabled while we clean up the testify dependency coming in from GMS"
17-
1816
run grep_for_testify
1917
[ "$output" = "" ]
2018
}

0 commit comments

Comments
 (0)