Skip to content

Commit 3b7fa9a

Browse files
committed
Update SharedFxTests.cs
1 parent e5a9039 commit 3b7fa9a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Framework/test/SharedFxTests.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,7 @@ public void ItContainsValidDepsJson()
131131
}
132132
}
133133

134-
[ConditionalFact]
135-
[SkipOnHelix("missing file from sfx builds")]
134+
[Fact]
136135
public void ItContainsVersionFile()
137136
{
138137
var versionFile = Path.Combine(_sharedFxRoot, "Microsoft.AspNetCore.App.versions.txt");

0 commit comments

Comments
 (0)