File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -1065,7 +1065,7 @@ def tearDown(self):
1065
1065
pass
1066
1066
1067
1067
def test_upload_data_as_service_account_with_key_path (self ):
1068
- destination_table = DESTINATION_TABLE + "11"
1068
+ destination_table = "{0}.{1}" . format ( DATASET_ID + "2" , TABLE_ID + "1" )
1069
1069
1070
1070
test_size = 10
1071
1071
df = make_mixed_dataframe_v2 (test_size )
@@ -1124,10 +1124,7 @@ def tearDown(self):
1124
1124
pass
1125
1125
1126
1126
def test_upload_data_as_service_account_with_key_contents (self ):
1127
- raise nose .SkipTest (
1128
- "flaky test" )
1129
-
1130
- destination_table = DESTINATION_TABLE + "12"
1127
+ destination_table = "{0}.{1}" .format (DATASET_ID + "3" , TABLE_ID + "1" )
1131
1128
1132
1129
test_size = 10
1133
1130
df = make_mixed_dataframe_v2 (test_size )
You can’t perform that action at this time.
0 commit comments