Skip to content

Commit

Permalink
disable system bus tests for now
Browse files Browse the repository at this point in the history
because they do not work when building RPMs in OBS

To be replaced by session bus tests where we tell limited-session-bus.conf to
disallow some names.
  • Loading branch information
mvidner committed Jun 5, 2023
1 parent 4624c1b commit d36f80f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/bus_connection_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

context "when we're not allowed to own the name", tag_system_bus: true do
let(:bus) { DBus::ASystemBus.new }
it "raises an error... too late" do
xit "raises an error... too late" do
name = "org.rubygems.ruby_dbus.NotAllowedToOwnThisNameAnyway"
expect do
bus.request_service(name)
Expand Down Expand Up @@ -70,7 +70,7 @@

context "when we're not allowed to own the name", tag_system_bus: true do
let(:bus) { DBus::ASystemBus.new }
it "raises an error... too late" do
xit "raises an error... too late" do
name = "org.rubygems.ruby_dbus.NotAllowedToOwnThisNameAnyway"
expect do
bus.request_name(name)
Expand Down

0 comments on commit d36f80f

Please sign in to comment.