Skip to content

Commit 9c6b1c9

Browse files
authored
Mark distinct test for Stream as slow (#967)
1 parent ece6aad commit 9c6b1c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utbot-framework-test/src/test/kotlin/org/utbot/examples/stream/BaseStreamExampleTest.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ class BaseStreamExampleTest : UtValueTestCaseChecker(
8787
}
8888

8989
@Test
90+
@Tag("slow")
9091
fun testDistinctExample() {
9192
check(
9293
BaseStreamExample::distinctExample,

0 commit comments

Comments
 (0)