Skip to content

Commit

Permalink
test: flaky WorkspaceOperationsTest
Browse files Browse the repository at this point in the history
  • Loading branch information
4e6 committed May 28, 2021
1 parent 18c5453 commit 8bfaf44
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class WorkspaceOperationsTest extends BaseServerTest with FlakySpec {
""")
}

"return an error when the project configuration cannot be decoded" in {
"return an error when the project configuration cannot be decoded" taggedAs Flaky in {
testYamlPath.delete()
val yamlOutStream = new FileOutputStream(testYamlPath)
yamlOutStream.write(0x00)
Expand All @@ -70,7 +70,7 @@ class WorkspaceOperationsTest extends BaseServerTest with FlakySpec {
""")
}

"return an error when the project configuration is not present" in {
"return an error when the project configuration is not present" taggedAs Flaky in {
testYamlPath.delete()

val client = getInitialisedWsClient()
Expand Down

0 comments on commit 8bfaf44

Please sign in to comment.