Skip to content

Commit

Permalink
Temporarily disable Windows tests (flutter#3862)
Browse files Browse the repository at this point in the history
Windows bots are currently broken for building Flutter desktop apps; see flutter/flutter#82032 and related issues.

This temporarily disables the tests; most PRs do not affect Windows, so we don't need the whole tree to continue to be closed while that's resolved.
  • Loading branch information
stuartmorgan authored and fotiDim committed Sep 13, 2021
1 parent 62b6a8b commit 19dd80f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/dev/try_builders.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"name":"Windows Plugins",
"repo":"plugins",
"enabled":true
"enabled":false
}
]
}

0 comments on commit 19dd80f

Please sign in to comment.