|
@@ -5,6 +5,7 @@ import org.jeecg.modules.adweb.dmp.dto.google.analytics.report.GAReportRequestDT
|
|
|
import org.jeecg.modules.adweb.dmp.dto.google.analytics.report.ReportType;
|
|
|
import org.jeecg.modules.adweb.dmp.dto.google.analytics.report.data.CountryChartData;
|
|
|
import org.jeecg.modules.adweb.dmp.entity.GoogleGTM;
|
|
|
+import org.junit.jupiter.api.Disabled;
|
|
|
import org.junit.jupiter.api.Test;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.boot.test.context.SpringBootTest;
|
|
@@ -35,6 +36,7 @@ public class GoogleServiceTest {
|
|
|
}
|
|
|
|
|
|
@Test
|
|
|
+ @Disabled("GTM + GA帐户资源限制")
|
|
|
public void testCreateAndDeleteGTMContainer() {
|
|
|
GoogleGTM googleGTM =
|
|
|
gtmAdminService.createContainer(
|