mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-30 10:45:18 -06:00
Unskip because it works in HEAD of master. Still worth the explicit test.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user