Update workflows with latest failure expectations

This commit is contained in:
Andy Wilkinson
2024-05-17 11:11:05 +01:00
parent e4c834d8ca
commit 6c9242c09b
6 changed files with 8 additions and 0 deletions

View File

@@ -22,3 +22,4 @@ jobs:
checkout_ref: 3.2.x
project: boot:servlet-jetty
task: nativeAppTest
expected_to_fail: true

View File

@@ -22,3 +22,4 @@ jobs:
checkout_ref: 3.2.x
project: framework:webmvc-jetty-tls
task: nativeAppTest
expected_to_fail: true

View File

@@ -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

View File

@@ -22,3 +22,4 @@ jobs:
checkout_ref: main
project: boot:servlet-jetty
task: nativeAppTest
expected_to_fail: true

View File

@@ -22,3 +22,4 @@ jobs:
checkout_ref: main
project: framework:webmvc-jetty-tls
task: nativeAppTest
expected_to_fail: true

View File

@@ -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