Skip to content

Commit f4bc6a2

Browse files
committed
always post trial license
1 parent b71e55e commit f4bc6a2

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/Tests/Framework/ManagedElasticsearch/Clusters/ClientTestClusterBase.cs

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ public ClientTestClusterConfiguration(ClusterFeatures features = ClusterFeatures
4444
this.ShowElasticsearchOutputAfterStarted = false;
4545

4646
this.CacheEsHomeInstallation = true;
47+
this.TrialMode = XPackTrialMode.Trial;
4748

4849
this.Add(this.AttributeKey("testingcluster"), "true");
4950
this.Add(this.AttributeKey("gateway"), "true");

src/Tests/Framework/ManagedElasticsearch/Clusters/XPackCluster.cs

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ public XPackClusterConfiguration(ClusterFeatures features) : base(ClusterFeature
2323
var licenseContents = File.ReadAllText(licenseFilePath);
2424
this.XPackLicenseJson = licenseContents;
2525
}
26-
this.TrialMode = XPackTrialMode.Trial;
2726

2827
this.ShowElasticsearchOutputAfterStarted = true;
2928
this.AdditionalBeforeNodeStartedTasks.Add(new EnsureWatcherActionConfigurationInElasticsearchYaml());

src/Tests/Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
</ItemGroup>
4343
<ItemGroup>
4444
<PackageReference Include="Bogus" Version="22.1.2" />
45-
<PackageReference Include="Elastic.Xunit" Version="0.1.0-ci20180712T123310" />
45+
<PackageReference Include="Elastic.Xunit" Version="0.1.0-ci20180712T132618" />
4646
<PackageReference Include="FluentAssertions" Version="4.19.2" />
4747
<PackageReference Include="DiffPlex" Version="1.4.1" />
4848
<PackageReference Include="System.Reactive" Version="3.1.1" />

0 commit comments

Comments
 (0)