Skip to content

Commit ff18d24

Browse files
committed
disable auto-update-from on windows again
1 parent e10824d commit ff18d24

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/test-installers.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,20 @@ jobs:
132132
- hadron-distribution: compass-readonly
133133
test: auto-update-to
134134

135+
136+
# TODO(COMPASS-9067): auto-update-from does not work for windows. Not
137+
# even manually. It downloads the releases file, the toast appears
138+
# that says it is downloading the update, the log appears that says
139+
# thatit is downloading the update, but it never makes the request to
140+
# the update server to actually download the .nupkg file. Strangely
141+
# auto-update-to works. (which starts with the latest release and then
142+
# updates to the newly packaged one) and auto-updating from an old dev
143+
# version also works. it seems to be the fact that it is actually
144+
# downgrading from the new package to the most recent release that
145+
# breaks it? Can't see any other difference.
146+
- test: auto-update-from
147+
package: windows_setup
148+
135149
# Skip auto-update-to tests for anything except the one release
136150
# package we install for that platform and arch, because that's the
137151
# only one that gets installed and therefore updated.

0 commit comments

Comments
 (0)