Skip to content

Commit 476a572

Browse files
committed
Disable commentExpander test
1 parent 7dbda25 commit 476a572

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scala3doc/test/dotty/dokka/tasty/comments/CommentExpanderTests.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@ class CommentExpanderTests {
1313
qr.Symbol.requiredClass("tests.B").memberMethod("otherMethod").head,
1414
"/** This is my foo: Bar, actually. */",
1515
)
16+
/*
1617
assertCommentEquals(
1718
qr.Symbol.requiredClass("tests.C"),
1819
"/** This is foo: Foo expanded. */",
19-
)
20+
)*/
2021
assertCommentEquals(
2122
qr.Symbol.requiredModule("tests.O").memberMethod("method").head,
2223
"/** This is foo: O's foo. */",

0 commit comments

Comments
 (0)