From ebef2d21414faf72a2f7a2fa7f54c81843773050 Mon Sep 17 00:00:00 2001 From: Peter 'Pita' Martischka Date: Sat, 3 Nov 2012 22:37:25 +0000 Subject: [PATCH] deactivated the timeslider test for now --- tests/frontend/specs/button_timeslider.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/frontend/specs/button_timeslider.js b/tests/frontend/specs/button_timeslider.js index 1be7e170d..cb37bacb6 100644 --- a/tests/frontend/specs/button_timeslider.js +++ b/tests/frontend/specs/button_timeslider.js @@ -1,4 +1,5 @@ -describe("timeslider button takes you to the timeslider of a pad", function(){ +//deactivated, we need a nice way to get the timeslider, this is ugly +xdescribe("timeslider button takes you to the timeslider of a pad", function(){ beforeEach(function(cb){ helper.newPad(cb); // creates a new pad this.timeout(60000);