From 8986ee4fd56c53d563165d992185c6c532f35790 Mon Sep 17 00:00:00 2001 From: Jason Zaugg Date: Thu, 17 Oct 2013 09:45:14 +0200 Subject: Disable flaky presentation compiler test. Francois is investigating the root cause as part of his work on stabilizing Scaladoc preview in the IDE. The test seems to only fail on the windows nightly build. I suspect this is due to a slower or loaded machine. --- test/disabled/presentation/doc/src/p/Base.scala | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 test/disabled/presentation/doc/src/p/Base.scala (limited to 'test/disabled/presentation/doc/src/p/Base.scala') diff --git a/test/disabled/presentation/doc/src/p/Base.scala b/test/disabled/presentation/doc/src/p/Base.scala new file mode 100755 index 0000000000..9031de3e3e --- /dev/null +++ b/test/disabled/presentation/doc/src/p/Base.scala @@ -0,0 +1,11 @@ +package p + +/** + * @define BaseComment $BaseVar comment. + */ +trait Base { + /** + * Base method has documentation. + */ + def foo: String +} -- cgit v1.2.3