From f4758afcfdb62898adbcb0e5f3cfc4324f81e027 Mon Sep 17 00:00:00 2001
From: Ewan Cook <5237234+ewancook@users.noreply.github.com>
Date: Fri, 10 Aug 2018 12:04:07 +0100
Subject: [PATCH] refs #23115 remove non-existent test from CMakeLists.txt

---
 scripts/test/Muon/CMakeLists.txt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/scripts/test/Muon/CMakeLists.txt b/scripts/test/Muon/CMakeLists.txt
index f5ec9933fad..40c17453373 100644
--- a/scripts/test/Muon/CMakeLists.txt
+++ b/scripts/test/Muon/CMakeLists.txt
@@ -10,7 +10,6 @@ set ( TEST_PY_FILES
    transformWidget_test.py
    PeriodicTablePresenter_test.py
    PeriodicTableModel_test.py
-   ElementalAnalysis_test.py
 )
 
 check_tests_valid ( ${CMAKE_CURRENT_SOURCE_DIR} ${TEST_PY_FILES} )
-- 
GitLab