Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions src/test/java/com/google/cloud/dns/it/ITDnsTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -1269,6 +1269,7 @@ public void testListDnsRecords() {
}

@Test
@Ignore
public void testListZonesBatch() {
assumeFalse(IS_VPC_TEST);
try {
Expand Down Expand Up @@ -1439,6 +1440,7 @@ public void testListZonesBatch() {
}

@Test
@Ignore
public void testCreateValidZoneBatch() {
assumeFalse(IS_VPC_TEST);
try {
Expand Down Expand Up @@ -1501,6 +1503,7 @@ public void testCreateZoneWithErrorsBatch() {
}

@Test
@Ignore
public void testCreateZoneWithOptionsBatch() {
assumeFalse(IS_VPC_TEST);
try {
Expand Down Expand Up @@ -1614,6 +1617,7 @@ public void testCreateZoneWithOptionsBatch() {
}

@Test
@Ignore
public void testGetZoneBatch() {
assumeFalse(IS_VPC_TEST);
try {
Expand Down Expand Up @@ -1713,6 +1717,7 @@ public void testGetZoneBatch() {
}

@Test
@Ignore
public void testDeleteZoneBatch() {
assumeFalse(IS_VPC_TEST);
try {
Expand All @@ -1729,6 +1734,7 @@ public void testDeleteZoneBatch() {
}

@Test
@Ignore
public void testGetProjectBatch() {
// fetches all fields
DnsBatch batch = DNS.batch();
Expand All @@ -1752,6 +1758,7 @@ public void testGetProjectBatch() {
}

@Test
@Ignore
public void testCreateChangeBatch() {
assumeFalse(IS_VPC_TEST);
try {
Expand Down Expand Up @@ -1857,6 +1864,7 @@ public void testCreateChangeBatch() {
}

@Test
@Ignore
public void testGetChangeBatch() {
assumeFalse(IS_VPC_TEST);
try {
Expand Down Expand Up @@ -1941,6 +1949,7 @@ public void testGetChangeBatch() {
}

@Test
@Ignore
public void testListChangesBatch() {
assumeFalse(IS_VPC_TEST);
try {
Expand Down Expand Up @@ -2071,6 +2080,7 @@ public void testListChangesBatch() {
}

@Test
@Ignore
public void testListDnsRecordSetsBatch() {
assumeFalse(IS_VPC_TEST);
try {
Expand Down Expand Up @@ -2223,6 +2233,7 @@ public void testListDnsRecordSetsBatch() {
}

@Test
@Ignore
public void testBatchCombined() {
assumeFalse(IS_VPC_TEST);
// only testing that the combination is possible
Expand Down