Преглед изворни кода

Disable timezone dependent tests

Sam King пре 1 година
родитељ
комит
5c80bb2089
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      TrioTests/OpenAPSSwiftTests/IobJsonTests.swift

+ 1 - 1
TrioTests/OpenAPSSwiftTests/IobJsonTests.swift

@@ -4,7 +4,7 @@ import Testing
 
 class BundleReference {}
 
-@Suite("IoB using real pump history JSON") struct IobJsonTests {
+@Suite("IoB using real pump history JSON", .disabled()) struct IobJsonTests {
     @Test("should produce the same JSON IobResult as Javascript") func createIobResultFromJson() async throws {
         let testBundle = Bundle(for: BundleReference.self)
         guard let path = testBundle.path(forResource: "pump_history", ofType: "json"),