[PR #6180] [MERGED] Ignore Test Controllers #10849

Closed
opened 2026-02-07 06:27:51 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/6180
Author: @crobibero
Created: 6/13/2021
Status: Merged
Merged: 6/18/2021
Merged by: @Bond-009

Base: masterHead: test-controller


📝 Commits (1)

  • d32bbf1 Ignore all test controllers

📊 Changes

2 files changed (+16 additions, -2 deletions)

View changed files

tests/Jellyfin.Server.Integration.Tests/Controllers/BaseJellyfinTestController.cs (+14 -0)
📝 tests/Jellyfin.Server.Integration.Tests/Controllers/EncoderController.cs (+2 -2)

📄 Description

Fixes https://github.com/jellyfin/jellyfin/issues/6179

I tried using Swashbuckle.Aspnetcore.Cli but ran into DI issues, so without adding a new webhost this tool can't currently be used.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/6180 **Author:** [@crobibero](https://github.com/crobibero) **Created:** 6/13/2021 **Status:** ✅ Merged **Merged:** 6/18/2021 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `master` ← **Head:** `test-controller` --- ### 📝 Commits (1) - [`d32bbf1`](https://github.com/jellyfin/jellyfin/commit/d32bbf181a4560542ab91c5a7c4d5dcb453259e2) Ignore all test controllers ### 📊 Changes **2 files changed** (+16 additions, -2 deletions) <details> <summary>View changed files</summary> ➕ `tests/Jellyfin.Server.Integration.Tests/Controllers/BaseJellyfinTestController.cs` (+14 -0) 📝 `tests/Jellyfin.Server.Integration.Tests/Controllers/EncoderController.cs` (+2 -2) </details> ### 📄 Description Fixes https://github.com/jellyfin/jellyfin/issues/6179 I tried using `Swashbuckle.Aspnetcore.Cli` but ran into DI issues, so without adding a new webhost this tool can't currently be used. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 06:27:51 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#10849