Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
Fix Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nlogozzo committed Nov 8, 2023
1 parent 4afb518 commit 044dd38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Nickvision.Aura.Tests/NetworkTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ public class NetworkTest
[SkippableFact]
public async Task NetworkAccessTest()
{
Environment.SetEnvironmentVariable("AURA_DISABLE_NETCHECK", "true");
var netmon = await NetworkMonitor.NewAsync();
Assert.True(await netmon.GetStateAsync());
}
Expand Down

0 comments on commit 044dd38

Please sign in to comment.