Skip to content

Commit 4ccb143

Browse files
authored
Removing tests that are feature-flag-state-dependent. (#9094)
1 parent e50a5c6 commit 4ccb143

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tests/NuGetGallery.FunctionalTests/ErrorHandling/ErrorHandlingTests.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ public ErrorHandlingTests(ITestOutputHelper testOutputHelper) : base(testOutputH
4040
[InlineData("/", "__Controller::TempData", "Message=You successfully uploaded z̡̜͍̈̍̐̃̊͋́a̜̣͍̬̞̝͉̽ͧ͗l̸̖͕̤̠̹̘͖̃̌ͤg͓̝͓̰̀ͪo͈͌ 1.0.0.", 400)]
4141
[InlineData("/", "__Controller::TempData", "Message=<script>alert(1)</script>", 400)]
4242
[InlineData("/", "__Controller::TempData", "<script>alert(1)</script>", 400)]
43-
[InlineData("/packages", "nugetab", "<script>alert(1)</script>", 400)]
44-
[InlineData("/packages", "nugetab", "z̡̜͍̈̍̐̃̊͋́a̜̣͍̬̞̝͉̽ͧ͗l̸̖͕̤̠̹̘͖̃̌ͤg͓̝͓̰̀ͪo͈͌", 400)]
4543
public async Task RejectedCookie(string relativePath, string name, string value, int statusCode)
4644
{
4745
// Arrange

0 commit comments

Comments
 (0)