Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

package com.mongodb.client.unified;

import com.mongodb.ClusterFixture;
import org.opentest4j.AssertionFailedError;

import java.util.ArrayList;
Expand Down Expand Up @@ -199,6 +200,9 @@ public static void applyCustomizations(final TestDef def) {
// OpenTelemetry
def.skipNoncompliantReactive("withTransaction is not supported in the reactive driver unified test runner")
.file("open-telemetry/tests", "convenient transactions");
def.skipAccordingToSpec("Micrometer tests expect the network transport to be tcp")
.when(ClusterFixture::isUnixSocket)
.directory("open-telemetry/tests");

// TODO-JAVA-5712

Expand Down