mirror of https://github.com/apache/lucene.git
LUCENE-10531: Disable distribution test (gui test) on windows. (#917)
This commit is contained in:
parent
10a43d916e
commit
59b6d41bd1
|
@ -19,8 +19,9 @@ jobs:
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
# we run the distribution tests on all major OSs.
|
# we want to run the distribution tests on all major OSs, but it's occasionally too slow (or hangs or the forked process is not started at all..., not sure the cause) on windows.
|
||||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
#os: [ubuntu-latest, macos-latest, windows-latest]
|
||||||
|
os: [ubuntu-latest, macos-latest]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
Loading…
Reference in New Issue