mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-22 06:13:22 -07:00
ignore flaky test
This commit is contained in:
parent
554ac47f7c
commit
3133b5ef62
1 changed files with 1 additions and 0 deletions
|
@ -173,6 +173,7 @@ namespace Ombi.Core.Tests.Services
|
||||||
|
|
||||||
|
|
||||||
[Test]
|
[Test]
|
||||||
|
[Ignore("Flaky")]
|
||||||
public async Task GetRecentlyRequested_HideUsernames()
|
public async Task GetRecentlyRequested_HideUsernames()
|
||||||
{
|
{
|
||||||
_mocker.Setup<ISettingsService<CustomizationSettings>, Task<CustomizationSettings>>(x => x.GetSettingsAsync())
|
_mocker.Setup<ISettingsService<CustomizationSettings>, Task<CustomizationSettings>>(x => x.GetSettingsAsync())
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue