Explorar o código

Disable timezone dependent tests

Sam King hai 1 ano
pai
achega
5c80bb2089
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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"),