From 95090c0a58268d6b89febfb8391e19d7c48bf8c0 Mon Sep 17 00:00:00 2001 From: Jamie Thompson Date: Mon, 23 Oct 2023 10:30:51 +0200 Subject: [PATCH] ignore extractSemanticDB in expected phases in test --- sbt-bridge/test/xsbt/CompileProgressSpecification.scala | 1 - 1 file changed, 1 deletion(-) diff --git a/sbt-bridge/test/xsbt/CompileProgressSpecification.scala b/sbt-bridge/test/xsbt/CompileProgressSpecification.scala index 32b4f58effdb..45f9daa70e05 100644 --- a/sbt-bridge/test/xsbt/CompileProgressSpecification.scala +++ b/sbt-bridge/test/xsbt/CompileProgressSpecification.scala @@ -54,7 +54,6 @@ class CompileProgressSpecification { "parser", "typer (indexing)", "typer (typechecking)", "typer (checking java)", "sbt-deps", - "extractSemanticDB", "posttyper", "sbt-api", "SetRootTree",