Skip to content

Commit

Permalink
Temporarily disable broken plugin acceptance test
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl committed Mar 12, 2020
1 parent 2c292be commit 56f2dae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/acceptance/plugin_spec.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
require 'spec_helper_acceptance'

describe 'jenkins class', order: :defined do
# TODO: This is currently broken
describe 'jenkins class', order: :defined, if: false do
PDIR = '/var/lib/jenkins/plugins'.freeze

# files/directories to test plugin purging removal of unmanaged files
Expand Down

0 comments on commit 56f2dae

Please sign in to comment.