File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
src/ResourceManager/AzureBatch/Commands.Batch.Test/ScenarioTests Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1606
1606
<Component Id =" cmp290DCECAD3F108A59F02284A766347B4" Guid =" *" >
1607
1607
<File Id =" filE2FA62AC986A90A10EED5435681540D2" KeyPath =" yes" Source =" $(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Websites\AzureRM.Websites.psm1" />
1608
1608
</Component >
1609
+ <Component Id =" cmp1AD5D089CFEB806F586949FFB0B6C3A5" Guid =" *" >
1610
+ <File Id =" filC4E9A426D417BD8BDF2D8C7BCB9D4192" KeyPath =" yes" Source =" $(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Websites\Microsoft.Azure.Commands.Common.Strategies.3.dll" />
1611
+ </Component >
1609
1612
<Component Id =" cmp8F839B12289A46E7A8870014F8111911" Guid =" *" >
1610
1613
<File Id =" fil449FE2073F074013C18B88473DD9F75D" KeyPath =" yes" Source =" $(var.sourceDir)\ResourceManager\AzureResourceManager\AzureRM.Websites\Microsoft.Azure.Commands.Websites.dll" />
1611
1614
</Component >
3638
3641
<ComponentRef Id =" cmpDDDF9C1D9078AFB4B51514831106212D" />
3639
3642
<ComponentRef Id =" cmpF679AA745A78D9232AFA533AC5A06B55" />
3640
3643
<ComponentRef Id =" cmp290DCECAD3F108A59F02284A766347B4" />
3644
+ <ComponentRef Id =" cmp1AD5D089CFEB806F586949FFB0B6C3A5" />
3641
3645
<ComponentRef Id =" cmp8F839B12289A46E7A8870014F8111911" />
3642
3646
<ComponentRef Id =" cmpAC5BC334718546D9DDEBC02E08A4532E" />
3643
3647
<ComponentRef Id =" cmp1E3B57026A388D007110B00870507DBC" />
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ public JobScheduleTests(Xunit.Abstractions.ITestOutputHelper output)
26
26
}
27
27
28
28
[ Fact ]
29
- [ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
29
+ [ Trait ( Category . AcceptanceType , Category . Flaky ) ]
30
30
public void TestJobScheduleCRUD ( )
31
31
{
32
32
BatchController . NewInstance . RunPsTest ( "Test-JobScheduleCRUD" ) ;
You can’t perform that action at this time.
0 commit comments