You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(PUP-11022) Use stub_const/hide_const to define Selinux
Fix order dependent test failures when running spec/unit/util/selinux_spec.rb
followed by spec/unit/transaction_spec.r:b
Failure/Error: expect(Selinux).to receive(:matchpathcon_fini)
Selinux does not implement: matchpathcon_fini
stub_const/hide_const automatically restore the previous value when the test
completes.
0 commit comments