Skip to content

Commit

Permalink
Revert "build/nightlies: enable crdb_test on sqllite logic tests"
Browse files Browse the repository at this point in the history
This reverts commit a4e8bd2.

Release note: None
  • Loading branch information
yuzefovich committed Nov 8, 2022
1 parent 2e90394 commit fc5a662
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dir="$(dirname $(dirname $(dirname $(dirname "${0}"))))"
bazel build //pkg/cmd/bazci --config=ci
BAZEL_BIN=$(bazel info bazel-bin --config=ci)
exit_status=0
$BAZEL_BIN/pkg/cmd/bazci/bazci_/bazci -- test --config=ci \
$BAZEL_BIN/pkg/cmd/bazci/bazci_/bazci -- test --config=ci --config=crdb_test_off \
//pkg/sql/sqlitelogictest/tests/... \
--test_arg -bigtest --test_arg -flex-types --test_timeout 86400 \
|| exit_status=$?
Expand Down

0 comments on commit fc5a662

Please sign in to comment.