Skip to content

Commit

Permalink
Disable https redirect for tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
skrustev committed Oct 24, 2024
1 parent 9c65840 commit 21e2686
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion browser/.runsettings
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<RunSettings>
<NUnit>
<NumberOfTestWorkers>10</NumberOfTestWorkers>
<NumberOfTestWorkers>2</NumberOfTestWorkers>
</NUnit>
<Playwright>
<BrowserName>chromium</BrowserName>
Expand Down
2 changes: 1 addition & 1 deletion browser/IgBlazorSamples.TestServer/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
app.UseHsts();
}

app.UseHttpsRedirection();
//app.UseHttpsRedirection();

app.UseBlazorFrameworkFiles();
app.UseStaticFiles();
Expand Down

0 comments on commit 21e2686

Please sign in to comment.