A pre-release can only be compared between pre-releases due to the limitations of the hashicorp/go-version libraries and will not behave as expected.
https://github.com/hashicorp/go-version/pull/35
On the other hand, the ApplyWithForce test is a legacy one that can only be tested before 1.1 and does not need to be tested on pre-releases 1.1+. So we can skip it if pre-release.
A pre-release can only be compared between pre-releases due to the limitations of the hashicorp/go-version libraries and will not behave as expected. https://github.com/hashicorp/go-version/pull/35
On the other hand, the ApplyWithForce test is a legacy one that can only be tested before 1.1 and does not need to be tested on pre-releases 1.1+. So we can skip it if pre-release.