Skip to content

Commit

Permalink
GitHub actions. Commented unnecessary test
Browse files Browse the repository at this point in the history
  • Loading branch information
MiklinMA committed Feb 22, 2024
1 parent a9cc0f5 commit 5216abc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .swiftpm/OlaTagger.xctestplan
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
},
"testTargets" : [
{
"skippedTests" : [
"OlaTaggerTests\/test_existing_file()"
],
"target" : {
"containerPath" : "container:",
"identifier" : "OlaTaggerTests",
Expand Down
2 changes: 2 additions & 0 deletions Tests/OlaTaggerTests/OlaTaggerTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ final class OlaTaggerTests: XCTestCase {
}


/*
func test_existing_file() throws {
var header: OlaTagger.ID3
let path = "/tmp/01 - I Saw Her Standing There.mp3"
Expand All @@ -176,4 +177,5 @@ final class OlaTaggerTests: XCTestCase {
header[.album] = ID3.Frame.OneLine("Название альбома", encoding: .utf16)
try header.write(keepFields: false)
}
*/
}

0 comments on commit 5216abc

Please sign in to comment.