From 748784b8668bd52038c293aa99a3e1e161e6a373 Mon Sep 17 00:00:00 2001 From: Jon Kirwan <87758239+jon-kirwan@users.noreply.github.com> Date: Thu, 18 May 2023 17:11:38 +0100 Subject: [PATCH] Disable tests --- spec/javascripts/components/option-select-spec.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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()