From ba4ea54e4fb1b193a4ddbfcc3095e68470ae0e9c Mon Sep 17 00:00:00 2001 From: Sebastian Serth Date: Fri, 13 Dec 2019 15:37:21 +0100 Subject: [PATCH] Add comment about cause for randomly failing specs --- lib/tasks/detect_exercise_anomalies.rake | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/tasks/detect_exercise_anomalies.rake b/lib/tasks/detect_exercise_anomalies.rake index 43fe421a..5fbd5ba4 100644 --- a/lib/tasks/detect_exercise_anomalies.rake +++ b/lib/tasks/detect_exercise_anomalies.rake @@ -1,3 +1,5 @@ +# TODO: Identify how the following line influences our tests: +# https://github.com/openHPI/codeocean/pull/345#issuecomment-509706348 include Rails.application.routes.url_helpers namespace :detect_exercise_anomalies do