Disable dragging tests for room list

We don't support dragging, so don't test it.
This commit is contained in:
Travis Ralston 2019-02-13 19:51:34 -07:00
parent 0c7e0a264b
commit b12362dd37

View file

@ -180,7 +180,8 @@ describe('RoomList', () => {
}
function itDoesCorrectOptimisticUpdatesForDraggedRoomTiles() {
describe('does correct optimistic update when dragging from', () => {
// TODO: Re-enable dragging tests when we support dragging again.
xdescribe('does correct optimistic update when dragging from', () => {
it('rooms to people', () => {
expectCorrectMove(undefined, 'im.vector.fake.direct');
});