mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
disable nexus api tests
(until some way to test in gh workflows with OAuth2, can get implemented)
This commit is contained in:
parent
549ab3e666
commit
b7832ce67c
@ -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);
|
||||
}
|
||||
}
|
||||
*/
|
@ -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; }));
|
||||
}
|
||||
}
|
||||
*/
|
Loading…
Reference in New Issue
Block a user