Skip to content

Commit

Permalink
Unquarantine #54447
Browse files Browse the repository at this point in the history
  • Loading branch information
halter73 committed Sep 20, 2024
1 parent 0313933 commit bc6dbaa
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
using Microsoft.AspNetCore.Components.E2ETest.Infrastructure;
using Microsoft.AspNetCore.Components.E2ETest.Infrastructure.ServerFixtures;
using Microsoft.AspNetCore.E2ETesting;
using Microsoft.AspNetCore.InternalTesting;
using OpenQA.Selenium;
using TestServer;
using Xunit.Abstractions;
Expand Down Expand Up @@ -1251,7 +1250,6 @@ public void PostingFormWithErrorsDoesNotExceedMaximumErrors()
}

[Fact]
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/54447")]
public void CanBindToFormWithFiles()
{
var profilePicture = TempFile.Create(_tempDirectory, "txt", "This is a profile picture.");
Expand Down

0 comments on commit bc6dbaa

Please sign in to comment.