From c4c08aa8d88c40b3530c658b216caca56ff3d82e Mon Sep 17 00:00:00 2001 From: "Anthony D. Blaom" Date: Tue, 18 Jun 2024 10:16:46 +1200 Subject: [PATCH] remove CatBoost from integration tests --- test/integration.jl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/integration.jl b/test/integration.jl index d1413ea77..89281963c 100644 --- a/test/integration.jl +++ b/test/integration.jl @@ -21,6 +21,8 @@ const OTHER_TEST_LEVEL = 3 # # RECORD OF OUTSTANDING ISSUES FILTER_GIVEN_ISSUE = Dict( + " https://github.com/JuliaAI/CatBoost.jl/issues/37" => + model -> model.package_name = "CatBoost", "https://github.com/JuliaAI/MLJ.jl/issues/1085" => model -> (model.name == "AdaBoostStumpClassifier" &&