Skip to content
Snippets Groups Projects
Commit bbe2d3b9 authored by Volodymyr Sydorenko's avatar Volodymyr Sydorenko
Browse files

Added storage acceptance new feature replay flag

parent b37f0ec9
No related branches found
No related tags found
1 merge request!963Enable integration tests flag for replay feature.
Pipeline #293046 failed
Pipeline: Storage

#293049

    ......@@ -60,6 +60,8 @@ public class ConfigUtils {
    public long getTimeoutForReplay() { return getLongProperty("test.replayAll.timeout", "60");}
    public boolean getIsFeatureReplayEnabled() { return getBooleanProperty("feature.replay.enabled", "true");}
    private static String getEnvValue(String propertyName) {
    return System.getenv(propertyName.toUpperCase().replaceAll("\\.", "_"));
    }
    ......
    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