We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6251b0f commit 72765f9Copy full SHA for 72765f9
community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala
@@ -86,7 +86,7 @@ class CommunityBuildTestA extends CommunityBuildTest:
86
@Test def fansi = projects.fansi.run()
87
@Test def fastparse = projects.fastparse.run()
88
@Test def geny = projects.geny.run()
89
- @Test def izumiReflect = projects.izumiReflect.run()
+ @Ignore @Test def izumiReflect = projects.izumiReflect.run()
90
@Test def oslib = projects.oslib.run()
91
// @Test def oslibWatch = projects.oslibWatch.run()
92
@Test def pprint = projects.pprint.run()
0 commit comments