Skip to content

Exclude org.eclipse.text from check in PluginsNotLoadedTest#2890

Merged
trancexpress merged 1 commit intoeclipse-jdt:masterfrom
trancexpress:gh2889
Mar 24, 2026
Merged

Exclude org.eclipse.text from check in PluginsNotLoadedTest#2890
trancexpress merged 1 commit intoeclipse-jdt:masterfrom
trancexpress:gh2889

Conversation

@trancexpress
Copy link
Copy Markdown
Contributor

Due to debug tracing added to org.eclipse.text,
the bundle now activates when a class from it is loaded. This results in a test fail in PluginsNotLoadedTest.

This change excludes org.eclipse.text from the check in the test, similar to how other plug-ins have been excluded over time.

See also: eclipse-platform/eclipse.platform.ui#3801

Fixes: #2889

What it does

How to test

Author checklist

Due to debug tracing added to org.eclipse.text,
the bundle now activates when a class from it is loaded.
This results in a test fail in PluginsNotLoadedTest.

This change excludes org.eclipse.text from the check in the test,
similar to how other plug-ins have been excluded over time.

See also: eclipse-platform/eclipse.platform.ui#3801

Fixes: eclipse-jdt#2889
@trancexpress trancexpress merged commit a6e99e0 into eclipse-jdt:master Mar 24, 2026
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

PluginsNotLoadedTest.pluginsNotLoaded fails on I-build

1 participant