瀏覽代碼

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"),