mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-02 03:10:42 -05:00
Remove skip
This commit is contained in:
@@ -2207,6 +2207,7 @@ EOF
|
||||
run $BATS_TEST_DIRNAME/diff-system.expect
|
||||
[ "$status" -eq 0 ]
|
||||
}
|
||||
|
||||
@test "diff: dolt_tests system table changes should show in dolt diff and dolt status" {
|
||||
# Create a test in dolt_tests system table
|
||||
dolt sql -q "INSERT INTO dolt_tests VALUES ('test1', 'description', 'SELECT 1', 'expected_rows', '==', '1')"
|
||||
@@ -2221,9 +2222,6 @@ EOF
|
||||
[ "$status" -eq 0 ]
|
||||
[[ "$output" =~ "dolt_tests" ]] || false
|
||||
|
||||
# Issue: dolt_tests system table modifications do not appear in dolt diff output without --system flag
|
||||
skip "Issue: dolt_tests system table modifications do not appear in dolt diff output without --system flag"
|
||||
|
||||
# Check that the change shows up in dolt diff without --system flag
|
||||
run dolt diff
|
||||
[ "$status" -eq 0 ]
|
||||
|
||||
Reference in New Issue
Block a user