Skip to content

Commit

Permalink
remove FCT from default test collection (#924)
Browse files Browse the repository at this point in the history
  • Loading branch information
AFine-gs authored Jan 23, 2025
1 parent eaa181c commit 2b7ec23
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 36 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@
import org.finos.legend.pure.m3.pct.shared.PCTTools;
import org.finos.legend.pure.m4.coreinstance.CoreInstance;
import org.finos.legend.pure.m4.coreinstance.primitive.StringCoreInstance;

import static org.finos.legend.pure.m3.fct.shared.FCTTools.isFCTTest;
import static org.finos.legend.pure.m3.pct.shared.PCTTools.isPCTTest;

public class TestCollection
Expand Down Expand Up @@ -412,10 +410,6 @@ else if (PCTTools.isPCTTest(child, processorSupport))
{
this.testFunctions.add(child);
}
else if (isFCTTest(child, processorSupport))
{
this.testFunctions.add(child);
}
}
}
else if (Instance.instanceOf(child, M3Paths.Package, processorSupport))
Expand Down

This file was deleted.

0 comments on commit 2b7ec23

Please sign in to comment.