Skip to content

Commit

Permalink
Land #19621, Remove a test that should be working now
Browse files Browse the repository at this point in the history
Land #19621, Remove a test that should be working now
  • Loading branch information
dledda-r7 authored Dec 9, 2024
2 parents 610c8fa + 83fcc32 commit 3a2b5ce
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ PATH
metasploit-concern
metasploit-credential
metasploit-model
metasploit-payloads (= 2.0.187)
metasploit-payloads (= 2.0.189)
metasploit_data_models
metasploit_payloads-mettle (= 1.0.35)
mqtt
Expand Down Expand Up @@ -300,7 +300,7 @@ GEM
activemodel (~> 7.0)
activesupport (~> 7.0)
railties (~> 7.0)
metasploit-payloads (2.0.187)
metasploit-payloads (2.0.189)
metasploit_data_models (6.0.5)
activerecord (~> 7.0)
activesupport (~> 7.0)
Expand Down
2 changes: 1 addition & 1 deletion LICENSE_GEMS
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ metasploit-concern, 5.0.3, "New BSD"
metasploit-credential, 6.0.11, "New BSD"
metasploit-framework, 6.4.40, "New BSD"
metasploit-model, 5.0.2, "New BSD"
metasploit-payloads, 2.0.187, "3-clause (or ""modified"") BSD"
metasploit-payloads, 2.0.189, "3-clause (or ""modified"") BSD"
metasploit_data_models, 6.0.5, "New BSD"
metasploit_payloads-mettle, 1.0.35, "3-clause (or ""modified"") BSD"
method_source, 1.1.0, MIT
Expand Down
2 changes: 1 addition & 1 deletion metasploit-framework.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Gem::Specification.new do |spec|
# are needed when there's no database
spec.add_runtime_dependency 'metasploit-model'
# Needed for Meterpreter
spec.add_runtime_dependency 'metasploit-payloads', '2.0.187'
spec.add_runtime_dependency 'metasploit-payloads', '2.0.189'
# Needed for the next-generation POSIX Meterpreter
spec.add_runtime_dependency 'metasploit_payloads-mettle', '1.0.35'
# Needed by msfgui and other rpc components
Expand Down
4 changes: 1 addition & 3 deletions spec/support/acceptance/session/java.rb
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,7 @@ module Acceptance::Session
known_failures: []
},
windows: {
known_failures: [
"[-] [should delete a symbolic link target] failed to create the symbolic link"
]
known_failures: []
}
}
},
Expand Down

0 comments on commit 3a2b5ce

Please sign in to comment.