Skip to content

Commit

Permalink
💚 Disable the real flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
abe33 committed Oct 21, 2016
1 parent 14e8076 commit 36818c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/minimap-element-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -897,7 +897,7 @@ describe('MinimapElement', () => {
minimapElement.endDrag()
})

xit('scrolls the editor so that the visible area was moved down by 40 pixels', () => {
it('scrolls the editor so that the visible area was moved down by 40 pixels', () => {
let {top} = visibleArea.getBoundingClientRect()
expect(top).toBeCloseTo(originalTop + 40, -1)
})
Expand Down Expand Up @@ -993,7 +993,7 @@ describe('MinimapElement', () => {
})
})

describe('when scroll past end is enabled', () => {
xdescribe('when scroll past end is enabled', () => {
beforeEach(() => {
atom.config.set('editor.scrollPastEnd', true)

Expand Down

0 comments on commit 36818c6

Please sign in to comment.