Skip to content

Commit e1658ee

Browse files
committed
fix: none CI Server and no fixtures
1 parent 0940b27 commit e1658ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mylyn.commons/org.eclipse.mylyn.commons.sdk.util/src/org/eclipse/mylyn/commons/sdk/util/TestConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ public <T> List<T> discover(Class<T> clazz, String fixtureType, boolean defaultO
130130
defaultOnly, exception);
131131
}
132132

133-
if (fixtures.isEmpty()) {
133+
if (fixtures.isEmpty() && CommonTestUtil.runOnCIServerTestsOnly()) {
134134
throw new RuntimeException(
135135
NLS.bind("Failed to discover any fixtures for kind {0} with defaultOnly={1} ({2} and {3})",
136136
new Object[] { fixtureType, Boolean.toString(defaultOnly), URL_SERVICES_LOCALHOST,

0 commit comments

Comments
 (0)