Skip to content

Commit

Permalink
Update workflows with latest failure expectations
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona committed Aug 22, 2024
1 parent 90ac80d commit c510956
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 12 deletions.
1 change: 0 additions & 1 deletion .github/workflows/3.2.x-boot-servlet-jetty.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,3 @@ jobs:
checkout_ref: 3.2.x
project: boot:servlet-jetty
task: nativeAppTest
expected_to_fail: true
1 change: 0 additions & 1 deletion .github/workflows/3.2.x-framework-webmvc-jetty-tls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,3 @@ jobs:
checkout_ref: 3.2.x
project: framework:webmvc-jetty-tls
task: nativeAppTest
expected_to_fail: true
2 changes: 0 additions & 2 deletions .github/workflows/3.2.x-framework-webmvc-jetty.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ 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
Expand All @@ -41,4 +40,3 @@ jobs:
checkout_ref: 3.2.x
project: framework:webmvc-jetty
task: nativeTest
expected_to_fail: true
1 change: 0 additions & 1 deletion .github/workflows/3.3.x-boot-servlet-jetty.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,3 @@ jobs:
checkout_ref: 3.3.x
project: boot:servlet-jetty
task: nativeAppTest
expected_to_fail: true
1 change: 0 additions & 1 deletion .github/workflows/3.3.x-framework-webmvc-jetty-tls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,3 @@ jobs:
checkout_ref: 3.3.x
project: framework:webmvc-jetty-tls
task: nativeAppTest
expected_to_fail: true
2 changes: 0 additions & 2 deletions .github/workflows/3.3.x-framework-webmvc-jetty.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
checkout_ref: 3.3.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
Expand All @@ -41,4 +40,3 @@ jobs:
checkout_ref: 3.3.x
project: framework:webmvc-jetty
task: nativeTest
expected_to_fail: true
1 change: 0 additions & 1 deletion .github/workflows/3.4.x-boot-servlet-jetty.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,3 @@ jobs:
checkout_ref: main
project: boot:servlet-jetty
task: nativeAppTest
expected_to_fail: true
1 change: 0 additions & 1 deletion .github/workflows/3.4.x-framework-webmvc-jetty-tls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,3 @@ jobs:
checkout_ref: main
project: framework:webmvc-jetty-tls
task: nativeAppTest
expected_to_fail: true
2 changes: 0 additions & 2 deletions .github/workflows/3.4.x-framework-webmvc-jetty.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ 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
Expand All @@ -41,4 +40,3 @@ jobs:
checkout_ref: main
project: framework:webmvc-jetty
task: nativeTest
expected_to_fail: true

0 comments on commit c510956

Please sign in to comment.