Skip to content

Commit

Permalink
Disable blueprint tests on headless. (#4136)
Browse files Browse the repository at this point in the history
  • Loading branch information
saurtron authored Jan 8, 2025
1 parent f829d6b commit 2b07698
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
local widgetName = "Blueprint"

function skip()
return Spring.GetGameFrame() <= 0
return not Platform.gl
end

function setup()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
local widgetName = "Blueprint"

function skip()
return Spring.GetGameFrame() <= 0
return not Platform.gl
end

function setup()
Expand Down

0 comments on commit 2b07698

Please sign in to comment.