File tree 3 files changed +2
-2
lines changed
Framework/ManagedElasticsearch/Clusters
3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ public ClientTestClusterConfiguration(ClusterFeatures features = ClusterFeatures
44
44
this . ShowElasticsearchOutputAfterStarted = false ;
45
45
46
46
this . CacheEsHomeInstallation = true ;
47
+ this . TrialMode = XPackTrialMode . Trial ;
47
48
48
49
this . Add ( this . AttributeKey ( "testingcluster" ) , "true" ) ;
49
50
this . Add ( this . AttributeKey ( "gateway" ) , "true" ) ;
Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ public XPackClusterConfiguration(ClusterFeatures features) : base(ClusterFeature
23
23
var licenseContents = File . ReadAllText ( licenseFilePath ) ;
24
24
this . XPackLicenseJson = licenseContents ;
25
25
}
26
- this . TrialMode = XPackTrialMode . Trial ;
27
26
28
27
this . ShowElasticsearchOutputAfterStarted = true ;
29
28
this . AdditionalBeforeNodeStartedTasks . Add ( new EnsureWatcherActionConfigurationInElasticsearchYaml ( ) ) ;
Original file line number Diff line number Diff line change 42
42
</ItemGroup >
43
43
<ItemGroup >
44
44
<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 " />
46
46
<PackageReference Include =" FluentAssertions" Version =" 4.19.2" />
47
47
<PackageReference Include =" DiffPlex" Version =" 1.4.1" />
48
48
<PackageReference Include =" System.Reactive" Version =" 3.1.1" />
You can’t perform that action at this time.
0 commit comments