Skip to content

Commit

Permalink
Disable flaky test case.
Browse files Browse the repository at this point in the history
See #1182
  • Loading branch information
Olafur Pall Geirsson committed Jan 1, 2020
1 parent feec5db commit 757462f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/slow/src/test/scala/tests/pants/PantsLspSuite.scala
Expand Up @@ -83,7 +83,9 @@ object PantsLspSuite extends BaseImportSuite("pants") {
)
}

testAsync("basic") {
// TODO(olafur) re-enable this test when it's no longer flaky
// https://github.com/scalameta/metals/issues/1182
ignore("basic") {
for {
_ <- server.initialize(
s"""
Expand Down

0 comments on commit 757462f

Please sign in to comment.