@@ -21,9 +21,10 @@ public GlobbingAppTests(ITestOutputHelper logger)
21
21
_app = new GlobbingApp ( logger ) ;
22
22
}
23
23
24
- [ Theory ]
24
+ [ ConditionalTheory ]
25
25
[ InlineData ( true ) ]
26
26
[ InlineData ( false ) ]
27
+ [ SkipOnHelix ( "https://github.com/dotnet/aspnetcore/issues/23360" , Queues = "Debian.9.Arm64;Debian.9.Arm64.Open;(Debian.9.Arm64.Open)[email protected] /dotnet-buildtools/prereqs:debian-9-helix-arm64v8-a12566d-20190807161036;(Debian.9.Arm64)[email protected] /dotnet-buildtools/prereqs:debian-9-helix-arm64v8-a12566d-20190807161036" ) ]
27
28
public async Task ChangeCompiledFile ( bool usePollingWatcher )
28
29
{
29
30
_app . UsePollingWatcher = usePollingWatcher ;
@@ -41,7 +42,8 @@ public async Task ChangeCompiledFile(bool usePollingWatcher)
41
42
Assert . Equal ( 2 , types ) ;
42
43
}
43
44
44
- [ Fact ]
45
+ [ ConditionalFact ]
46
+ [ SkipOnHelix ( "https://github.com/dotnet/aspnetcore/issues/23360" , Queues = "Debian.9.Arm64;Debian.9.Arm64.Open;(Debian.9.Arm64.Open)[email protected] /dotnet-buildtools/prereqs:debian-9-helix-arm64v8-a12566d-20190807161036;(Debian.9.Arm64)[email protected] /dotnet-buildtools/prereqs:debian-9-helix-arm64v8-a12566d-20190807161036" ) ]
45
47
public async Task DeleteCompiledFile ( )
46
48
{
47
49
await _app . StartWatcherAsync ( ) ;
@@ -57,7 +59,8 @@ public async Task DeleteCompiledFile()
57
59
Assert . Equal ( 1 , types ) ;
58
60
}
59
61
60
- [ Fact ]
62
+ [ ConditionalFact ]
63
+ [ SkipOnHelix ( "https://github.com/dotnet/aspnetcore/issues/23360" , Queues = "Debian.9.Arm64;Debian.9.Arm64.Open;(Debian.9.Arm64.Open)[email protected] /dotnet-buildtools/prereqs:debian-9-helix-arm64v8-a12566d-20190807161036;(Debian.9.Arm64)[email protected] /dotnet-buildtools/prereqs:debian-9-helix-arm64v8-a12566d-20190807161036" ) ]
61
64
public async Task DeleteSourceFolder ( )
62
65
{
63
66
await _app . StartWatcherAsync ( ) ;
@@ -73,7 +76,8 @@ public async Task DeleteSourceFolder()
73
76
Assert . Equal ( 1 , types ) ;
74
77
}
75
78
76
- [ Fact ]
79
+ [ ConditionalFact ]
80
+ [ SkipOnHelix ( "https://github.com/dotnet/aspnetcore/issues/23360" , Queues = "Debian.9.Arm64;Debian.9.Arm64.Open;(Debian.9.Arm64.Open)[email protected] /dotnet-buildtools/prereqs:debian-9-helix-arm64v8-a12566d-20190807161036;(Debian.9.Arm64)[email protected] /dotnet-buildtools/prereqs:debian-9-helix-arm64v8-a12566d-20190807161036" ) ]
77
81
public async Task RenameCompiledFile ( )
78
82
{
79
83
await _app . StartWatcherAsync ( ) ;
0 commit comments