Merge "Add Special:Mute as a shortcut for muting notifications"
[lhc/web/wiklou.git] / tests / selenium / specs / rollback.js
index 9beabfc..5a0f603 100644 (file)
@@ -120,7 +120,7 @@ describe( 'Rollback without confirmation', function () {
                }, 5000, 'Expected rollback page to appear.' );
        } );
 
-       it( 'should perform rollback via GET request without asking the user to confirm', function () {
+       it.skip( 'should perform rollback via GET request without asking the user to confirm', function () {
                var rollbackActionUrl = HistoryPage.rollbackLink.getAttribute( 'href' );
                browser.url( rollbackActionUrl );