Skip to content

Commit

Permalink
Disable flaky test
Browse files Browse the repository at this point in the history
Working on a fix in a separate PR.
  • Loading branch information
hubertp committed Jan 29, 2024
1 parent 4e812a2 commit 78f96cb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class LibrariesTest
)

"LocalLibraryManager" should {
"create a library project and include it on the list of local projects" taggedAs Flaky in {
"create a library project and include it on the list of local projects" taggedAs SkipOnFailure in {
val client = getInitialisedWsClient()
val testLibraryName = LibraryName("user", "My_Local_Lib")

Expand Down
1 change: 0 additions & 1 deletion engine/runtime/src/test/resources/application-test.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ logging-service {
akka.stream = error
slick.jdbc.JdbcBackend.statement = error # log SQL queries on debug level
slick."*" = error
org.enso.interpreter.instrument.command.SlowAttachVisualizationCmd = info
org.eclipse.jgit = error
io.methvin.watcher = error
}
Expand Down

0 comments on commit 78f96cb

Please sign in to comment.