Skip to content

Commit

Permalink
Narrowed the leak down to SystemEnvironmentVariables; confirming
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-molak committed Dec 28, 2023
1 parent 1f75bb9 commit 85eba75
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import net.serenitybdd.model.environment.ConfiguredEnvironment;
import net.thucydides.model.domain.ReportType;
import net.thucydides.model.domain.RequirementCache;
import net.thucydides.model.environment.SystemEnvironmentVariables;
import net.thucydides.model.reports.html.ReportNameProvider;
import net.thucydides.model.requirements.model.Requirement;
import net.thucydides.model.requirements.reports.FileSystemRequirmentsOutcomeFactory;
Expand Down Expand Up @@ -53,8 +54,9 @@ void should_not_pollute_state() {

// RequirementsService requirementsService = new AggregateRequirementsService(
// ModelInfrastructure.getEnvironmentVariables(); //,
// new FileSystemRequirementsTagProvider(featureFilesDirectory); //,
// new FileSystemRequirementsTagProvider(featureFilesDirectory); //,

SystemEnvironmentVariables.currentEnvironmentVariables();
// new TestOutcomeRequirementsTagProvider().fromSourceDirectory(jsonOutcomesDirectory)
// );

Expand Down

0 comments on commit 85eba75

Please sign in to comment.