mirror of https://github.com/sbt/sbt.git
Mark `source-dependencies/import` test as pending.
Instead of commenting out failing part of a test case just mark the whole test case as pending.
This commit is contained in:
parent
0ca2ae5843
commit
3cc0c74862
|
|
@ -4,5 +4,5 @@
|
|||
$ copy-file changes/A.scala A.scala
|
||||
|
||||
# 'import a.b' should now fail in B.scala
|
||||
# disabled because scalac doesn't track this dependency
|
||||
#-> compile
|
||||
# succeeds because scalac doesn't track this dependency
|
||||
-> compile
|
||||
Loading…
Reference in New Issue