From 14b5ffb5b382a35e33fdcd492d897d2dcfcc5f1f Mon Sep 17 00:00:00 2001 From: w-bonelli Date: Sat, 7 Jan 2023 10:53:33 -0500 Subject: [PATCH] refactor(tests): exclude ex-gwt-prudic2004t2 example --- autotest/test_z03_examples.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/autotest/test_z03_examples.py b/autotest/test_z03_examples.py index 5a6c707934e..137230db19c 100644 --- a/autotest/test_z03_examples.py +++ b/autotest/test_z03_examples.py @@ -2,7 +2,10 @@ from conftest import should_compare from simulation import TestSimulation -excluded_models = ["ex-gwf-csub-p02c"] +excluded_models = [ + "ex-gwf-csub-p02c", + "ex-gwt-prudic2004t2" +] excluded_comparisons = { "ex-gwf-capture": ("6.2.1",), "ex-gwf-sagehen": ("6.2.1",),