Skip to content

Commit c54f9b3

Browse files
authored
Merge branch 'main' into patnir41/preconfig-difs-8-15
2 parents 09a0666 + eaf7ba0 commit c54f9b3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/python-ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,12 @@ jobs:
112112
os:
113113
- ubuntu
114114
looker: ${{ fromJson(needs.setup.outputs.matrix_json) }}
115+
# Integ tests on versions 22.12 and beyond intermittently fail CIs - disable for now.
116+
# New release version to be added manually after integration tests have been verified to pass locally.
117+
exclude:
118+
- looker: 22_12
119+
- looker: 22_14
120+
- looker: 22_16
115121

116122
# TODO uncomment `include:` when either macos or windows works to satisfaction.
117123
#include:

0 commit comments

Comments
 (0)