Skip to content

Commit 0755d5d

Browse files
authored
stop windows build failures (#840)
1 parent adc3ce6 commit 0755d5d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

universal-profiling-integration/src/test/java/co/elastic/otel/UniversalProfilingProcessorAutoConfigTest.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,11 @@
3434
import org.junit.jupiter.api.AfterEach;
3535
import org.junit.jupiter.api.BeforeEach;
3636
import org.junit.jupiter.api.Test;
37+
import org.junit.jupiter.api.condition.DisabledOnOs;
38+
import org.junit.jupiter.api.condition.OS;
3739
import org.junit.jupiter.api.io.TempDir;
3840

41+
@DisabledOnOs(OS.WINDOWS)
3942
public class UniversalProfilingProcessorAutoConfigTest {
4043

4144
@BeforeEach

0 commit comments

Comments
 (0)