mirror of https://github.com/sbt/sbt.git
Disable server tests on windows ci
The server tests fail often which makes CI very painful.
This commit is contained in:
parent
48f086059f
commit
5e2fe77434
|
|
@ -155,4 +155,6 @@ for:
|
|||
- '%USERPROFILE%\.sbt'
|
||||
|
||||
test_script:
|
||||
- sbt "scripted actions/* classloader-cache/* nio/* watch/*" "serverTestProj/test"
|
||||
# The server tests often fail in CI when run together so just run a single test to ensure
|
||||
# that the thin client works on windows
|
||||
- sbt "scripted actions/* classloader-cache/* nio/* watch/*" "serverTestProj/testOnly testpkg.ClientTest"
|
||||
|
|
|
|||
Loading…
Reference in New Issue