diff --git a/lib/galaxy/job_execution/actions/post.py b/lib/galaxy/job_execution/actions/post.py index b151d7ba6e3e..39aa70b8ae52 100644 --- a/lib/galaxy/job_execution/actions/post.py +++ b/lib/galaxy/job_execution/actions/post.py @@ -498,7 +498,7 @@ class RemoveTagDatasetAction(TagDatasetAction): @classmethod def _execute(cls, tag_handler, user, output, tags): - tag_handler.remove_tags_from_list(user, output, tags) + tag_handler.remove_tags_from_list(user, output, tags, flush=False) class ActionBox: