mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-25 03:34:05 -05:00
Re skip debug test
This commit is contained in:
@@ -172,7 +172,7 @@ func newUpdateResult(matched, updated int) gmstypes.OkResult {
|
||||
|
||||
// Convenience test for debugging a single query. Unskip and set to the desired query.
|
||||
func TestSingleMergeScript(t *testing.T) {
|
||||
// t.Skip()
|
||||
t.Skip()
|
||||
var scripts = []MergeScriptTest{
|
||||
{
|
||||
Name: "adding generated column to one side, non-generated column to other side",
|
||||
|
||||
Reference in New Issue
Block a user