Skip to content

Commit

Permalink
disable ValidateUaPublisherPublishIntervalDeviation for local executi…
Browse files Browse the repository at this point in the history
…on only
  • Loading branch information
mrsuciu committed Sep 5, 2024
1 parent 01ceed5 commit d07df88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Tests/Opc.Ua.PubSub.Tests/Configuration/UaPublisherTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ public class UaPublisherTests

[Test(Description = "Test that PublishMessage method is called after a UAPublisher is started.")]
[Combinatorial]
//#if !CUSTOM_TESTS
//[Ignore("This test should be executed locally")]
//#endif
#if !CUSTOM_TESTS
[Ignore("This test should be executed locally")]
#endif
public void ValidateUaPublisherPublishIntervalDeviation(
[Values(100, 1000, 2000)] double publishingInterval,
[Values(30, 40)] double maxDeviation,
Expand Down

0 comments on commit d07df88

Please sign in to comment.