Skip to content

Commit

Permalink
remove stale importmap gcflags flag test
Browse files Browse the repository at this point in the history
  • Loading branch information
onsi committed Aug 25, 2022
1 parent 7ae91c4 commit 3cd8b93
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions integration/flags_test.go
Expand Up @@ -145,13 +145,6 @@ var _ = Describe("Flags Specs", func() {
Ω(output).Should(ContainSubstring("0 Failed"))
})

XIt("should honor compiler flags", func() {
session := startGinkgo(fm.PathTo("flags"), "-gcflags=-importmap 'math=math/cmplx'")
Eventually(session).Should(gexec.Exit(types.GINKGO_FOCUS_EXIT_CODE))
output := string(session.Out.Contents())
Ω(output).Should(ContainSubstring("NaN returns complex128"))
})

It("should allow configuration overrides", func() {
fm.MountFixture("config_override")
session := startGinkgo(fm.PathTo("config_override"), "--label-filter=NORUN", "--no-color")
Expand Down

0 comments on commit 3cd8b93

Please sign in to comment.