Skip to content

Commit b5ee786

Browse files
arteamfcofdez
andauthored
[8.7] Fix Azure third party tests configuration (#95461) (#95466)
Backports #95461 to 8.7 > Adjust the system property used to determine whether or not a fixture > should be used. Co-authored-by: Francisco Fernández Castaño <[email protected]>
1 parent 27faf83 commit b5ee786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/repository-azure/src/internalClusterTest/java/org/elasticsearch/repositories/azure/AzureStorageCleanupThirdPartyTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
import static org.hamcrest.Matchers.not;
4141

4242
public class AzureStorageCleanupThirdPartyTests extends AbstractThirdPartyRepositoryTestCase {
43-
private static final boolean USE_FIXTURE = Booleans.parseBoolean(System.getProperty("azure_use_fixture", "true"));
43+
private static final boolean USE_FIXTURE = Booleans.parseBoolean(System.getProperty("test.azure.fixture", "true"));
4444

4545
@ClassRule
4646
public static AzureHttpFixture fixture = new AzureHttpFixture(

0 commit comments

Comments
 (0)