Skip to content

Commit

Permalink
Disable some tests on Linux given the older Swift version
Browse files Browse the repository at this point in the history
  • Loading branch information
BalestraPatrick committed Mar 6, 2024
1 parent 7c593f3 commit b179ff3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .bazelci/presubmit.yml
Expand Up @@ -30,6 +30,12 @@ x_defaults:
- "//examples/..."
- "//test/..."
- "-//examples/apple/..."
# The following tests require Swift >5.8.
- "-//test:const_values_empty_const_values_multiple_files"
- "-//test:const_values_empty_const_values_single_file"
- "-//test:const_values_expected_argv"
- "-//test:const_values_wmo_single_values_file"
- "-//test:output_file_map_default"
windows_common: &windows_common
platform: windows
build_flags:
Expand Down

0 comments on commit b179ff3

Please sign in to comment.