Update workflows with latest failure expectations
This commit is contained in:
@@ -22,3 +22,4 @@ jobs:
|
||||
checkout_ref: 3.2.x
|
||||
project: boot:servlet-jetty
|
||||
task: nativeAppTest
|
||||
expected_to_fail: true
|
||||
|
||||
@@ -22,3 +22,4 @@ jobs:
|
||||
checkout_ref: 3.2.x
|
||||
project: framework:webmvc-jetty-tls
|
||||
task: nativeAppTest
|
||||
expected_to_fail: true
|
||||
|
||||
@@ -22,6 +22,7 @@ jobs:
|
||||
checkout_ref: 3.2.x
|
||||
project: framework:webmvc-jetty
|
||||
task: nativeAppTest
|
||||
expected_to_fail: true
|
||||
webmvc_jetty_test:
|
||||
name: Webmvc Jetty Test
|
||||
uses: ./.github/workflows/smoke-test-jvm.yml
|
||||
@@ -40,3 +41,4 @@ jobs:
|
||||
checkout_ref: 3.2.x
|
||||
project: framework:webmvc-jetty
|
||||
task: nativeTest
|
||||
expected_to_fail: true
|
||||
|
||||
@@ -22,3 +22,4 @@ jobs:
|
||||
checkout_ref: main
|
||||
project: boot:servlet-jetty
|
||||
task: nativeAppTest
|
||||
expected_to_fail: true
|
||||
|
||||
@@ -22,3 +22,4 @@ jobs:
|
||||
checkout_ref: main
|
||||
project: framework:webmvc-jetty-tls
|
||||
task: nativeAppTest
|
||||
expected_to_fail: true
|
||||
|
||||
@@ -22,6 +22,7 @@ jobs:
|
||||
checkout_ref: main
|
||||
project: framework:webmvc-jetty
|
||||
task: nativeAppTest
|
||||
expected_to_fail: true
|
||||
webmvc_jetty_test:
|
||||
name: Webmvc Jetty Test
|
||||
uses: ./.github/workflows/smoke-test-jvm.yml
|
||||
@@ -40,3 +41,4 @@ jobs:
|
||||
checkout_ref: main
|
||||
project: framework:webmvc-jetty
|
||||
task: nativeTest
|
||||
expected_to_fail: true
|
||||
|
||||
Reference in New Issue
Block a user