From 38ec49a2c7fe7df4d1143e659994eae2752f05d3 Mon Sep 17 00:00:00 2001 From: Gil Forsyth Date: Mon, 17 Jun 2024 15:28:57 -0400 Subject: [PATCH] chore(clickhouse): remove XPASSing xfail --- ibis/backends/tests/test_param.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ibis/backends/tests/test_param.py b/ibis/backends/tests/test_param.py index e9ebd2a6a6ceb..703821f894e75 100644 --- a/ibis/backends/tests/test_param.py +++ b/ibis/backends/tests/test_param.py @@ -200,7 +200,6 @@ def test_scalar_param_date(backend, alltypes, value): "postgres", "risingwave", "datafusion", - "clickhouse", "sqlite", "impala", "oracle",