diff --git a/aeon/testing/testing_config.py b/aeon/testing/testing_config.py index 41477dead2..d93c3b40d1 100644 --- a/aeon/testing/testing_config.py +++ b/aeon/testing/testing_config.py @@ -23,7 +23,14 @@ NUMBA_DISABLED = os.environ.get("NUMBA_DISABLE_JIT") == "1" # exclude estimators here for short term fixes -EXCLUDE_ESTIMATORS = [] +EXCLUDE_ESTIMATORS = [ + "AEFCNClusterer", + "AEResNetClusterer", + "AEDCNNClusterer", + "AEDRNNClusterer", + "AEAttentionBiGRUClusterer", + "AEBiGRUClusterer", +] # Exclude specific tests for estimators here EXCLUDED_TESTS = {