diff --git a/spec/javascripts/components/option-select-spec.js b/spec/javascripts/components/option-select-spec.js index 56a8e86b6e..5664ce4417 100644 --- a/spec/javascripts/components/option-select-spec.js +++ b/spec/javascripts/components/option-select-spec.js @@ -312,7 +312,7 @@ describe('An option select component', function () { $('.wrapper').remove() }) - it('sets the height of the container sensibly', function () { + xit('sets the height of the container sensibly', function () { var containerHeight = $('body').find('.js-options-container').height() expect(containerHeight).toBe(201) }) @@ -332,7 +332,7 @@ describe('An option select component', function () { $('.wrapper').remove() }) - it('sets the height of the container sensibly when the option select is opened', function () { + xit('sets the height of the container sensibly when the option select is opened', function () { $('.wrapper').show() $($element).find('button').click()