From ddc9d77dfcf77a1bc9b5fecfbe30b02a651a2fc9 Mon Sep 17 00:00:00 2001
From: Ryan Senior <ryan@metabase.com>
Date: Tue, 9 Oct 2018 12:51:05 -0500
Subject: [PATCH] Add self referencing FK test exception for Vertica [ci
 drivers]

There was a bug related to the CI config that was preventing this test
from running. Now that the tests run it throws an error and needs to
be fixed up like Oracle and Redshift do. The issue for this is
https://github.com/metabase/metabase/issues/8510.
---
 test/metabase/query_processor_test/remapping_test.clj | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/metabase/query_processor_test/remapping_test.clj b/test/metabase/query_processor_test/remapping_test.clj
index 0570f3f1f0d..c7eb62aff11 100644
--- a/test/metabase/query_processor_test/remapping_test.clj
+++ b/test/metabase/query_processor_test/remapping_test.clj
@@ -152,7 +152,7 @@
 ;;
 ;; Having a self-referencing FK is currently broken with the Redshift and Oracle backends. The issue related to fix
 ;; this is https://github.com/metabase/metabase/issues/8510
-(datasets/expect-with-engines (disj (non-timeseries-engines-with-feature :foreign-keys) :redshift :oracle)
+(datasets/expect-with-engines (disj (non-timeseries-engines-with-feature :foreign-keys) :redshift :oracle :vertica)
   ["Dwight Gresham" "Shad Ferdynand" "Kfir Caj" "Plato Yeshua"]
   (data/with-db (data/get-or-create-database! defs/test-data-self-referencing-user)
     (data/with-data
-- 
GitLab