Przeglądaj źródła

Disable timezone dependent tests

Sam King 1 rok temu
rodzic
commit
5c80bb2089
1 zmienionych plików z 1 dodań i 1 usunięć
  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"),