Skip to content

Commit 2fee687

Browse files
committed
Changed isXpack() with platinum name
1 parent 82ca3d1 commit 2fee687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/yaml_tester.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ sub wipe_cluster {
509509
#===================================
510510
sub is_xpack {
511511
#===================================
512-
return $ENV{TEST_SUITE} eq "xpack";
512+
return $ENV{TEST_SUITE} eq "platinum";
513513
}
514514

515515
#===================================

0 commit comments

Comments
 (0)