You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2022/05/21 05:16:47 UTC

[GitHub] [lucene] mocobeta commented on a diff in pull request #917: LUCENE-10531: Disable distribution test (gui test) on windows.

mocobeta commented on code in PR #917:
URL: https://github.com/apache/lucene/pull/917#discussion_r878647263


##########
.github/workflows/distribution.yml:
##########
@@ -19,8 +19,9 @@ jobs:
     runs-on: ${{ matrix.os }}
     strategy:
       matrix:
-        # we run the distribution tests on all major OSs.
-        os: [ubuntu-latest, macos-latest, windows-latest]
+        # we want to run the distribution tests on all major OSs, but it's occasionally too slow on windows.

Review Comment:
   ```suggestion
           # we want to run the distribution tests on all major OSs, but it's occasionally too slow (or hangs or the forked process is started at all..., not sure the cause) on windows.
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org