File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
src/Storage/RegressionTests Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ Describe "Set DataLakeGen2 Acl Recursive" {
199
199
$Error.Count | should - be 0
200
200
}
201
201
202
- It " Set chunk by chunk with ContinueOnFailure" {
202
+ It " Set chunk by chunk with ContinueOnFailure" - Skip {
203
203
$Error.Clear ()
204
204
205
205
$ContinueOnFailure = $true
Original file line number Diff line number Diff line change @@ -2098,7 +2098,7 @@ Describe "dataplane test" {
2098
2098
$ctxkey2 = (Get-AzStorageAccount - ResourceGroupName $resourceGroupName - Name $accountname2 ).Context
2099
2099
2100
2100
New-AzStorageShare - Name $shareName - Context $ctxkey
2101
- Set-AzStorageFileContent - ShareName $shareName - Source $localSrcFile - Path $filename - Context $ctxoauth
2101
+ Set-AzStorageFileContent - ShareName $shareName - Source $localSrcFile - Path $filename - Context $ctxoauth - Force
2102
2102
New-AzStorageDirectory - ShareName $shareName - Path $dirname - Context $ctxoauth
2103
2103
2104
2104
# Share object w/o fetching properties with OAuth
@@ -2412,7 +2412,7 @@ Describe "dataplane test" {
2412
2412
It " Trailing dot" {
2413
2413
$Error.Clear ()
2414
2414
2415
- $sharename = " testshare1 "
2415
+ $sharename = " testsharedot "
2416
2416
$share = New-AzStorageShare - Name $sharename - Context $ctx
2417
2417
$share = Get-AzStorageShare - Name $sharename - Context $ctx
2418
2418
Original file line number Diff line number Diff line change @@ -1558,7 +1558,7 @@ Describe "Management plan test" {
1558
1558
$Error.Count | should - be 0
1559
1559
}
1560
1560
1561
- It " Extend Location" {
1561
+ It " Extend Location" - SKip {
1562
1562
$Error.Clear ()
1563
1563
1564
1564
$accountNameExtendLoc = $accountName + " extloc"
@@ -2885,7 +2885,7 @@ Describe "Management plan test" {
2885
2885
$Error.Count | should - be 0
2886
2886
}
2887
2887
2888
- It " AADKerb -Skip" {
2888
+ It " AADKerb" - Skip {
2889
2889
$Error.Clear ()
2890
2890
2891
2891
$accountNameAADKerb = $accountName + " aadkerb"
You can’t perform that action at this time.
0 commit comments