File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ public async Task BulkLoadLocalCsvFileNotFound()
209
209
} ;
210
210
}
211
211
212
- [ Fact ]
212
+ [ SkippableFact ( ConfigSettings . LocalCsvFile ) ]
213
213
public async Task BulkLoadLocalCsvFileInTransactionWithCommit ( )
214
214
{
215
215
try
@@ -245,7 +245,7 @@ public async Task BulkLoadLocalCsvFileInTransactionWithCommit()
245
245
}
246
246
}
247
247
248
- [ Fact ]
248
+ [ SkippableFact ( ConfigSettings . LocalCsvFile ) ]
249
249
public async Task BulkLoadLocalCsvFileInTransactionWithRollback ( )
250
250
{
251
251
try
Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ public void BulkLoadLocalCsvFileNotFound()
211
211
} ;
212
212
}
213
213
214
- [ Fact ]
214
+ [ SkippableFact ( ConfigSettings . LocalCsvFile ) ]
215
215
public void BulkLoadLocalCsvFileInTransactionWithCommit ( )
216
216
{
217
217
try
@@ -247,7 +247,7 @@ public void BulkLoadLocalCsvFileInTransactionWithCommit()
247
247
}
248
248
}
249
249
250
- [ Fact ]
250
+ [ SkippableFact ( ConfigSettings . LocalCsvFile ) ]
251
251
public void BulkLoadLocalCsvFileBeforeTransactionWithCommit ( )
252
252
{
253
253
try
@@ -283,7 +283,7 @@ public void BulkLoadLocalCsvFileBeforeTransactionWithCommit()
283
283
}
284
284
}
285
285
286
- [ Fact ]
286
+ [ SkippableFact ( ConfigSettings . LocalCsvFile ) ]
287
287
public void BulkLoadLocalCsvFileInTransactionWithRollback ( )
288
288
{
289
289
try
@@ -319,7 +319,7 @@ public void BulkLoadLocalCsvFileInTransactionWithRollback()
319
319
}
320
320
}
321
321
322
- [ Fact ]
322
+ [ SkippableFact ( ConfigSettings . LocalCsvFile ) ]
323
323
public void BulkLoadLocalCsvFileBeforeTransactionWithRollback ( )
324
324
{
325
325
try
You can’t perform that action at this time.
0 commit comments