From 9a597de7f1df6c9df4079c6d4dddfbfa31588c72 Mon Sep 17 00:00:00 2001 From: Maxime Lenormand <44133329+MaxLenormand@users.noreply.github.com> Date: Tue, 11 Mar 2025 14:19:18 +0100 Subject: [PATCH] Removing Placekey_join from tests (#708) Co-authored-by: Maxime Lenormand --- tests/test_public_udfs.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/test_public_udfs.py b/tests/test_public_udfs.py index 5fb84ea..e1cedff 100644 --- a/tests/test_public_udfs.py +++ b/tests/test_public_udfs.py @@ -19,7 +19,9 @@ "GOES_18_Async", "GOES_18_Partitions", # None GDFs being returned - "Overture_Places_Embedding_Clusters" + "Overture_Places_Embedding_Clusters", + # Network timeout + "Create_A_Placekey_Join", ]