Skip to content

Commit

Permalink
Disable qt5 dependent activity comment spec
Browse files Browse the repository at this point in the history
See travis-ci/apt-package-safelist#442 for
whitelisting status of qt5 on ubuntu 12.04 or wait until 14.04 is
available on travis
  • Loading branch information
basiszwo committed Aug 23, 2015
1 parent 17b0461 commit 097b44a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions spec/features/work_packages/activity_comments_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@
ng_wait
end

it 'should alert user if navigating with unsaved form' do
# activate these specs once qt5 is available on travis: https://github.com/travis-ci/apt-package-whitelist/issues/442
xit 'should alert user if navigating with unsaved form' do
fill_in I18n.t('js.label_add_comment_title'), with: 'Foobar'

visit root_path
Expand All @@ -59,7 +60,8 @@
expect(current_path).to eq(root_path)
end

it 'should not alert if comment has been submitted' do
# activate these specs once qt5 is available on travis: https://github.com/travis-ci/apt-package-whitelist/issues/442
xit 'should not alert if comment has been submitted' do
fill_in I18n.t('js.label_add_comment_title'), with: 'Foobar'

click_button I18n.t('js.label_add_comment')
Expand Down

0 comments on commit 097b44a

Please sign in to comment.