Author: Kevin Chevreuil - Kaisen <kaisen@kaisenlinux.org>

--- opentofu-1.9.0.orig/Makefile
+++ opentofu-1.9.0/Makefile
@@ -10,15 +10,15 @@ LICENSEI_VERSION = 0.9.0
 # NOTE:
 #   The coverage counters are to be updated atomically,
 #   which is useful for tests that run in parallel.
-.PHONY: test-with-coverage
-test-with-coverage:
-	go test -coverprofile=coverage.out -covermode=atomic ./...
-	go tool cover -html=coverage.out -o coverage.html
+#.PHONY: test-with-coverage
+#test-with-coverage:
+#	go test -coverprofile=coverage.out -covermode=atomic ./...
+#	go tool cover -html=coverage.out -o coverage.html
 
 # run the unit tests across all packages in the tofu project
-.PHONY: test
-test:
-	go test -v ./...
+#.PHONY: test
+#test:
+#	go test -v ./...
 
 # build tofu binary in the current directory with the version set to the git tag
 # or commit hash if there is no tag.
