This commit is contained in:
Timothy Mothra 2021-06-03 12:32:24 -07:00 коммит произвёл GitHub
Родитель 11c9dfa460
Коммит 93577d8396
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -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();