diff --git a/PhysicsAnalysis/ElectronPhotonID/PhotonVertexSelection/CMakeLists.txt b/PhysicsAnalysis/ElectronPhotonID/PhotonVertexSelection/CMakeLists.txt
index 1088ceea41eba1e4e327ae354e8467af8c84a70d..360ebdf48ab3eec5e45faa897c5374c657bff6ec 100644
--- a/PhysicsAnalysis/ElectronPhotonID/PhotonVertexSelection/CMakeLists.txt
+++ b/PhysicsAnalysis/ElectronPhotonID/PhotonVertexSelection/CMakeLists.txt
@@ -50,6 +50,9 @@ atlas_add_dictionary( PhotonVertexSelectionDict
 
 # Test(s) in the package:
 if( XAOD_STANDALONE )
-   atlas_add_test( PhotonVertexSelection_test
-      SCRIPT test/testPhotonVertexSelection.py )
+   # FIX ME: temporarily disabled as part of the migration of
+   # AnalysisBase to master
+
+   # atlas_add_test( PhotonVertexSelection_test
+   #    SCRIPT test/testPhotonVertexSelection.py )
 endif()