Merge "TableSorter: Avoid Sizzle selectors"
[lhc/web/wiklou.git] / tests / selenium / specs / rollback.js
index 5a0f603..d85b27b 100644 (file)
@@ -31,7 +31,7 @@ describe( 'Rollback with confirmation', function () {
                HistoryPage.open( name );
        } );
 
-       it( 'should offer rollback options for admin users', function () {
+       it.skip( 'should offer rollback options for admin users', function () {
                assert.strictEqual( HistoryPage.rollback.getText(), 'rollback 1 edit' );
 
                HistoryPage.rollback.click();