Skip to content

Commit

Permalink
Disable unstable load test (#1446)
Browse files Browse the repository at this point in the history
  • Loading branch information
bastbu committed Jan 31, 2022
1 parent 3f352a1 commit 9320235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Simulation/SimulatedLoadTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ public async Task Connected_Factory_Load_Test_Scenario()
// - OTAA devices
// - Sending confirmed/unconfirmed messages
// - Goal: N devices in parallel based on configuration
[Fact]
[Fact(Skip = "Test is only used for manual load tests.")]
public async Task Multiple_ABP_and_OTAA_Simulated_Devices_Confirmed()
{
const int messagesPerDeviceExcludingWarmup = 10;
Expand Down

0 comments on commit 9320235

Please sign in to comment.