Skip to content

Commit

Permalink
Don't export the tests added in previous commit during "make test"
Browse files Browse the repository at this point in the history
  • Loading branch information
kaushalmodi committed Jun 3, 2019
1 parent f8b6ab2 commit 83e5f78
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion test/site/content-org/all-posts.org
Expand Up @@ -2010,11 +2010,19 @@ TOML front-matter.
But the big integer "10040216507682529280" which would need more than
64-bits to be stored as a signed integer is left as a string in the
TOML front-matter.
** Custom front matter value via Elisp :elisp:
** Custom front matter value via Elisp :elisp:dont_export_during_make_test:
:PROPERTIES:
:EXPORT_HUGO_CUSTOM_FRONT_MATTER: :attendees (xeijin/conv-chkbox-items-to-front-matter "Attendees")
:EXPORT_AUTHOR: xeijin
:END:
It's not clear why this test fails on Travis but, as of
<2019-06-03 Mon>, works locally for me on:
- Org mode version 9.2.3 (release_9.2.3-351-g262bcb)
- Emacs version: GNU Emacs 27.0.50 (build 38, x86_64-pc-linux-gnu,
GTK+ Version 2.24.23) of 2019-05-30, built using commit
cc71a82fc705a73fa3ef6cda3ec6bee1cb654d7e.

So this test has been disabled from running on Travis.
*** Meeting 1
:PROPERTIES:
:EXPORT_FILE_NAME: custom-fm-convert-chkbox-list-to-fm-1
Expand Down
@@ -1,7 +1,7 @@
+++
title = "Meeting 1"
author = ["xeijin"]
tags = ["custom-fm", "elisp"]
tags = ["custom-fm", "elisp", "dont-export-during-make-test"]
draft = false
[attendees]
checked = ["Attendee 1"]
Expand Down
@@ -1,7 +1,7 @@
+++
title = "Meeting 2"
author = ["xeijin"]
tags = ["custom-fm", "elisp"]
tags = ["custom-fm", "elisp", "dont-export-during-make-test"]
draft = false
[attendees]
checked = ["Attendee x", "Attendee z"]
Expand Down

0 comments on commit 83e5f78

Please sign in to comment.