summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ipatests/test_integration/tasks.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/ipatests/test_integration/tasks.py b/ipatests/test_integration/tasks.py
index 93dfac1c6..67ee27a0f 100644
--- a/ipatests/test_integration/tasks.py
+++ b/ipatests/test_integration/tasks.py
@@ -171,6 +171,8 @@ def fix_apache_semaphores(master):
def unapply_fixes(host):
restore_files(host)
restore_hostname(host)
+ # Clean ccache to prevent issues like 5741
+ host.run_command(['kdestroy', '-A'])
# Clean up the test directory
host.run_command(['rm', '-rvf', host.config.test_dir])