Unskip because it works in HEAD of master. Still worth the explicit test.

This commit is contained in:
Timothy Sehn
2021-02-09 13:38:46 -08:00
parent f617b01498
commit 914cccd736

View File

@@ -105,7 +105,6 @@ teardown() {
dolt commit -m "committed table so we can see diffs"
dolt sql -q "alter table test rename column pk to pk1"
run dolt diff
skip "this panics right now with panic: primary key sets must be the same"
[ "$status" -eq 0 ]
[[ "$output" =~ "pk1" ]] || false
}