Skip to content

Commit afb0588

Browse files
authored
chore: fixed missed conditional theory for testing named pipe (#58849)
1 parent dc85807 commit afb0588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Servers/Kestrel/Transport.NamedPipes/test/NamedPipeConnectionListenerTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ public async Task AcceptAsync_UnbindAfterCall_CleanExit()
136136
Assert.DoesNotContain(LogMessages, m => m.LogLevel >= LogLevel.Error);
137137
}
138138

139-
[Theory]
139+
[ConditionalTheory]
140140
[InlineData(1)]
141141
[InlineData(4)]
142142
[InlineData(16)]

0 commit comments

Comments
 (0)