mirror of
https://github.com/dolthub/dolt.git
synced 2026-03-13 01:54:38 -05:00
remove __DOLT_1__ skips
This commit is contained in:
@@ -377,8 +377,6 @@ SQL
|
||||
}
|
||||
|
||||
@test "remotes: push and pull with docs from remote" {
|
||||
skip_nbf_dolt_1 "uses docs"
|
||||
|
||||
dolt remote add test-remote http://localhost:50051/test-org/test-repo
|
||||
echo "license-text" > LICENSE.md
|
||||
dolt docs update LICENSE.md LICENSE.md
|
||||
@@ -577,8 +575,6 @@ SQL
|
||||
}
|
||||
|
||||
@test "remotes: clone a remote with docs" {
|
||||
skip_nbf_dolt_1 "uses docs"
|
||||
|
||||
dolt remote add test-remote http://localhost:50051/test-org/test-repo
|
||||
echo "license-text" > LICENSE.md
|
||||
dolt docs update LICENSE.md LICENSE.md
|
||||
@@ -794,8 +790,6 @@ SQL
|
||||
}
|
||||
|
||||
@test "remotes: dolt fetch with docs" {
|
||||
skip_nbf_dolt_1 "uses docs"
|
||||
|
||||
# Initial commit of docs on remote
|
||||
echo "initial-license" > LICENSE.md
|
||||
dolt docs update LICENSE.md LICENSE.md
|
||||
|
||||
@@ -679,9 +679,7 @@ SQL
|
||||
}
|
||||
|
||||
@test "sql-diff: sql diff ignores dolt docs" {
|
||||
skip_nbf_dolt_1 "uses docs"
|
||||
|
||||
echo "This is a README" > README.md
|
||||
echo "This is a README" > README.md
|
||||
run dolt diff -r sql
|
||||
[ "$status" -eq 0 ]
|
||||
skip "Have to decide how to treat dolty_docs in diff -r sql"
|
||||
|
||||
@@ -124,7 +124,6 @@ teardown() {
|
||||
}
|
||||
|
||||
@test "sql-reset: DOLT_RESET --hard does not ignore staged docs" {
|
||||
skip_nbf_dolt_1 "uses docs"
|
||||
# New docs gets referred as untracked file.
|
||||
echo ~license~ > LICENSE.md
|
||||
dolt docs update LICENSE.md LICENSE.md
|
||||
@@ -140,7 +139,6 @@ teardown() {
|
||||
}
|
||||
|
||||
@test "sql-reset: CALL DOLT_RESET --hard does not ignore staged docs" {
|
||||
skip_nbf_dolt_1 "uses docs"
|
||||
# New docs gets referred as untracked file.
|
||||
echo ~license~ > LICENSE.md
|
||||
dolt docs update LICENSE.md LICENSE.md
|
||||
@@ -215,7 +213,6 @@ teardown() {
|
||||
}
|
||||
|
||||
@test "sql-reset: DOLT_RESET --soft ignores staged docs" {
|
||||
skip_nbf_dolt_1 "uses docs"
|
||||
echo ~license~ > LICENSE.md
|
||||
dolt docs update LICENSE.md LICENSE.md
|
||||
dolt add .
|
||||
@@ -229,7 +226,6 @@ teardown() {
|
||||
}
|
||||
|
||||
@test "sql-reset: CALL DOLT_RESET --soft ignores staged docs" {
|
||||
skip_nbf_dolt_1 "uses docs"
|
||||
echo ~license~ > LICENSE.md
|
||||
dolt docs update LICENSE.md LICENSE.md
|
||||
dolt add .
|
||||
|
||||
Reference in New Issue
Block a user