File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 2020import static com .google .common .truth .Truth .assertWithMessage ;
2121import static org .junit .Assert .assertNotNull ;
2222
23- import com .google .api .gax .rpc .NotFoundException ;
2423import com .google .cloud .tpu .v2 .AcceleratorConfig ;
2524import com .google .cloud .tpu .v2 .AcceleratorConfig .Type ;
2625import com .google .cloud .tpu .v2 .Node ;
2928import java .util .concurrent .ExecutionException ;
3029import java .util .concurrent .TimeUnit ;
3130import org .junit .jupiter .api .AfterAll ;
32- import org .junit .jupiter .api .Assertions ;
3331import org .junit .jupiter .api .BeforeAll ;
3432import org .junit .jupiter .api .Test ;
3533import org .junit .jupiter .api .Timeout ;
@@ -60,10 +58,6 @@ public static void setUp() {
6058 @ AfterAll
6159 public static void cleanup () throws Exception {
6260 DeleteTpuVm .deleteTpuVm (PROJECT_ID , ZONE , NODE_NAME );
63-
64- Assertions .assertThrows (
65- NotFoundException .class ,
66- () -> GetTpuVm .getTpuVm (PROJECT_ID , ZONE , NODE_NAME ));
6761 }
6862
6963 @ Test
You can’t perform that action at this time.
0 commit comments