nexusmods-app: disable flaky StardewValley test

Passes locally, but fails on ofborg.
This commit is contained in:
Matt Sturgeon
2025-01-24 23:54:01 +00:00
parent 6deb037f39
commit 31b15409c0
@@ -135,6 +135,9 @@ buildDotnetModule (finalAttrs: {
"NexusMods.UI.Tests.ImageCacheTests.Test_LoadAndCache_RemoteImage"
"NexusMods.UI.Tests.ImageCacheTests.Test_LoadAndCache_ImageStoredFile"
# Fails in ofborg with VerifyException tests/Games/NexusMods.Games.StardewValley.Tests
"NexusMods.Games.StardewValley.Tests.StardewValleyInstallersTests.CanInstallMod"
# Fails with: Expected a <System.ArgumentException> to be thrown, but no exception was thrown.
"NexusMods.Networking.ModUpdates.Tests.PerFeedCacheUpdaterTests.Constructor_WithItemsFromDifferentGames_ShouldThrowArgumentException_InDebug"
]