Skip to content

Commit 5d77665

Browse files
Disable test rust behaviour
1 parent 7cd01ec commit 5d77665

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.factory/automation.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ build:
4848
command: |
4949
bazel run @typedb_dependencies//tool/bazelinstall:remote_cache_setup.sh
5050
bazel test //rust:typeql_unit_tests --test_output=errors
51-
test-rust-behaviour:
52-
image: typedb-ubuntu-22.04
53-
command: |
54-
bazel run @typedb_dependencies//tool/bazelinstall:remote_cache_setup.sh
55-
bazel test //rust/tests/behaviour:test_behaviour --test_output=errors
51+
# test-rust-behaviour:
52+
# image: typedb-ubuntu-22.04
53+
# command: |
54+
# bazel run @typedb_dependencies//tool/bazelinstall:remote_cache_setup.sh
55+
# bazel test //rust/tests/behaviour:test_behaviour --test_output=errors
5656
deploy-crate-snapshot:
5757
filter:
5858
owner: typedb

0 commit comments

Comments
 (0)