File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
frameworks/feature-toggle/test/classes
platform-utility/custom-metadata-dao/test/classes Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1- @IsTest
2- @SuppressWarnings(' PMD.ApexUnitTestClassShouldHaveRunAs' )
1+ @IsTest(IsParallel = true )
2+ @SuppressWarnings(
3+ ' PMD.ApexUnitTestClassShouldHaveRunAs'
4+ ) // In these tests we don't need to run as a specific user
35private with sharing class FeatureToggleBaseTest {
46 @IsTest
57 private static void noFeatures () {
Original file line number Diff line number Diff line change 3636 * }
3737 */
3838@IsTest(IsParallel = true )
39+ @SuppressWarnings(
40+ ' PMD.ApexUnitTestClassShouldHaveRunAs'
41+ ) // In these tests we don't need to run as a specific user
3942public class CustomMetadataDAOTest {
4043 /**
4144 * @description Simple test for the getMetadata method.
You can’t perform that action at this time.
0 commit comments