Skip to content
Snippets Groups Projects
Commit 79022965 authored by jakubs's avatar jakubs
Browse files

LMS-2767 Let the tests use original prestaging behavior for now

SVN: 24340
parent 2828cf1c
No related branches found
No related tags found
No related merge requests found
......@@ -94,7 +94,7 @@ public final class ThreadParameters
@Private
public static final String ON_ERROR_DECISION_KEY = "on-error-decision";
private static final String DATASET_REGISTRATION_PRE_STAGING_BEHAVIOR =
public static final String DATASET_REGISTRATION_PRE_STAGING_BEHAVIOR =
"dataset-registration-prestaging-behavior";
......
......@@ -252,6 +252,9 @@ public abstract class AbstractJythonDataSetHandlerTest extends AbstractFileSyste
}
threadProperties.setProperty(DataSetRegistrationService.STAGING_DIR,
stagingDirectory.getPath());
threadProperties.put(ThreadParameters.DATASET_REGISTRATION_PRE_STAGING_BEHAVIOR, "use_original");
return threadProperties;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment