Skip to content

Commit 5e840bf

Browse files
committed
Ignore failing test testDesTest30_2_asm_only
Ignoring test during investigation to avoid confusion for those raising unrelated PRs.
1 parent 922be12 commit 5e840bf

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

build/org.eclipse.cdt.managedbuilder.core.tests/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: %pluginName
44
Bundle-SymbolicName: org.eclipse.cdt.managedbuilder.core.tests; singleton:=true
5-
Bundle-Version: 8.2.400.qualifier
5+
Bundle-Version: 8.2.500.qualifier
66
Bundle-Activator: org.eclipse.cdt.managedbuilder.testplugin.CTestPlugin
77
Bundle-Vendor: %providerName
88
Bundle-Localization: plugin

build/org.eclipse.cdt.managedbuilder.core.tests/tests/org/eclipse/cdt/managedbuilder/core/tests/BuildDescriptionModelTests.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,8 @@ public void testDes_Model() {
249249
// ManagedBuildTestHelper.removeProject(PREFIX + "1");
250250
}
251251

252-
public void testDesTest30_2_asm_only() {
252+
// Regression under investigation - issue #1290
253+
public void ignoreDesTest30_2_asm_only() {
253254
IProject project = createProject(PREFIX + "1", "test30_2.tar");
254255
ManagedBuildTestHelper.createFile(project, "a.asm");
255256
ManagedBuildTestHelper.createFile(project, "b.asm");

0 commit comments

Comments
 (0)