diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkPhys/share/PHYS.py b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkPhys/share/PHYS.py
index 82fdfc0fa5209d7a74e4821a3d66886f7a974384..31c51dd3cc70ed03e822121608da95e38845d8b6 100644
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkPhys/share/PHYS.py
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkPhys/share/PHYS.py
@@ -357,8 +357,9 @@ PHYSSlimmingHelper.ExtraVariables += ["AntiKt10TruthTrimmedPtFrac5SmallR20Jets.T
                                       "TruthPrimaryVertices.t.x.y.z"]
 
 # Add trigger matching
-trigmatching_helper_notau.add_to_slimming(PHYSSlimmingHelper)
-trigmatching_helper_tau.add_to_slimming(PHYSSlimmingHelper)
+# Needs a further MR as described above
+#trigmatching_helper_notau.add_to_slimming(PHYSSlimmingHelper)
+#trigmatching_helper_tau.add_to_slimming(PHYSSlimmingHelper)
 
 # Final construction of output stream
 PHYSSlimmingHelper.AppendContentToStream(PHYSStream)