Skip to content

Commit

Permalink
Sift out more types of unnamed background tasks in `WaitLogicFactory#…
Browse files Browse the repository at this point in the history
…emptyNamedBackgroundTasks` (#334)
  • Loading branch information
PawelLipski authored Dec 27, 2022
1 parent 6bfcddc commit 8b0ce20
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ trait WaitLogicFactory {
val ignorePatterns = Seq(
"<unknown>".r,
"""ProgressIndicator(?:Ex)? \d+: .*""".r,
"""ProgressWrapper \d+: .*; original=ProgressIndicator(?:Ex)? \d+: .*""".r,
"""com\.intellij\.openapi\.progress\.EmptyProgressIndicator@.{8}""".r
)
def isNamedTask(task: String): Boolean =
Expand Down

0 comments on commit 8b0ce20

Please sign in to comment.