disable nexus api tests

(until some way to test in gh workflows with OAuth2, can get implemented)
This commit is contained in:
EzioTheDeadPoet 2024-05-25 18:42:04 +02:00
parent 549ab3e666
commit b7832ce67c
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,4 @@
/* TODO: Fix LOGIN with automated tests
using System.Linq;
using System.Threading.Tasks;
using Xunit;
@ -41,3 +42,4 @@ public class NexusApiTests
Assert.True(links.Length > 0);
}
}
*/

View File

@ -1,3 +1,4 @@
/* TODO: Fix LOGIN with automated tests
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Logging;
using Wabbajack.Services.OSIntegrated;
@ -18,3 +19,4 @@ public class Startup
loggerFactory.AddProvider(new XunitTestOutputLoggerProvider(accessor, delegate { return true; }));
}
}
*/