We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7531e7 commit 1c4ae81Copy full SHA for 1c4ae81
.github/workflows/plugins-test.2.yaml
@@ -88,12 +88,14 @@ jobs:
88
- struts2.5-scenario
89
- cxf-scenario
90
- okhttp2-scenario
91
- - rocketmq-scenario
92
- jersey-2.0.x-2.25.x-scenario
93
- jersey-2.26.x-2.39.x-scenario
94
- websphere-liberty-23.x-scenario
95
- nacos-client-2.x-scenario
96
- - rocketmq-5-grpc-scenario
+ # All passed on local, but fail in GHA due to resource scheduling issues.
+ # The RocketMQ consumer never receives messages in the constrained CI environment.
97
+ # - rocketmq-scenario
98
+ # - rocketmq-5-grpc-scenario
99
steps:
100
- uses: actions/checkout@v2
101
with:
0 commit comments