Skip to content

Commit f6e7aac

Browse files
authored
Land rapid7#19182, Disable the windows server 2022 test build
2 parents 9c4849e + b9c09d7 commit f6e7aac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/acceptance.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ jobs:
7272
include:
7373
# Windows Meterpreter
7474
- { meterpreter: { name: windows_meterpreter }, os: windows-2019 }
75-
- { meterpreter: { name: windows_meterpreter }, os: windows-2022 }
75+
# Temporarily required for failing pcaprub compilation:
76+
# - { meterpreter: { name: windows_meterpreter }, os: windows-2022 }
7677

7778
# Mettle
7879
- { meterpreter: { name: mettle }, os: macos-11 }

0 commit comments

Comments
 (0)