Skip to content

Commit

Permalink
Merge pull request #2050 from MohamedSabthar/test-refactor
Browse files Browse the repository at this point in the history
Refactor tests into structured test suites
  • Loading branch information
MohamedSabthar authored Oct 7, 2024
2 parents f9718f7 + aeb8e8e commit 9b87a9f
Show file tree
Hide file tree
Showing 2,032 changed files with 30,008 additions and 27,771 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-with-bal-test-graalvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
lang_tag: ${{ inputs.lang_tag }}
lang_version: ${{ inputs.lang_version }}
native_image_options: '-J-Xmx7G ${{ inputs.native_image_options }}'
additional_ubuntu_build_flags: '-x :graphql-compiler-plugin-tests:test'
additional_ubuntu_build_flags: '-x :graphql-compiler-plugin-tests:test -Pdisable=subscriptions'
# TODO : Enable after fixing this issue : https://github.com/ballerina-platform/ballerina-lang/issues/38882
# additional_windows_build_flags: '-x :graphql-compiler-plugin-tests:test'
additional_windows_build_flags: '-x test'
2 changes: 2 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ jobs:
if: ${{ github.repository_owner == 'ballerina-platform' }}
uses: ballerina-platform/ballerina-library/.github/workflows/pull-request-build-template.yml@main
secrets: inherit
with:
additional-ubuntu-test-flags: "-Pdisable=subscriptions"
7 changes: 0 additions & 7 deletions ballerina-tests/Ballerina.toml

This file was deleted.

Loading

0 comments on commit 9b87a9f

Please sign in to comment.