disable these tests on linux (#2298)
This commit is contained in:
Родитель
11c9dfa460
Коммит
93577d8396
|
@ -18,6 +18,7 @@
|
|||
using Moq;
|
||||
|
||||
[TestClass]
|
||||
[TestCategory("WindowsOnly")] // these tests are flaky on linux builds.
|
||||
public class AdaptiveSamplingTelemetryProcessorTest
|
||||
{
|
||||
[TestMethod]
|
||||
|
|
|
@ -118,6 +118,7 @@
|
|||
|
||||
// TODO: Test that TelemetryBuffer.Send synchronously clears the buffer to prevent item # 501 from flushing again
|
||||
[TestClass]
|
||||
[TestCategory("WindowsOnly")] // these tests are flaky on linux builds.
|
||||
public class Send : TelemetryBufferTest
|
||||
{
|
||||
[TestMethod]
|
||||
|
@ -161,6 +162,7 @@
|
|||
}
|
||||
|
||||
[TestMethod]
|
||||
|
||||
public void FlushesBufferWhenNumberOfTelemetryItemsReachesMax()
|
||||
{
|
||||
var bufferFlushed = new ManualResetEventSlim();
|
||||
|
|
Загрузка…
Ссылка в новой задаче