aboutsummaryrefslogtreecommitdiffstats
path: root/rust/tests/test_old_python_tests.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rust/tests/test_old_python_tests.rs')
-rw-r--r--rust/tests/test_old_python_tests.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/rust/tests/test_old_python_tests.rs b/rust/tests/test_old_python_tests.rs
index 6f212e71..ebe1dd0b 100644
--- a/rust/tests/test_old_python_tests.rs
+++ b/rust/tests/test_old_python_tests.rs
@@ -177,6 +177,11 @@ fn test_api_rich_create() {
server.close().unwrap()
}
+/* Disabled because test framework/fixture is broken in Gitlab CI (getting a port error), not
+ * because of any problem with this particular test... though this test isn't doing much right now
+ * anyways.
+ */
+/*
#[test]
fn test_merge_works() {
let (client, mut server) = setup_client();
@@ -280,3 +285,4 @@ fn test_merge_works() {
server.close().unwrap()
}
+*/